scss Drop Caps - CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss Drop Caps - CSS相关的知识,希望对你有一定的参考价值。

.post-content::first-letter,
.post-content>p:first-of-type::first-letter {
  display: block;
  margin-top: 10px; // for firefox
  margin-right: 10px;
  float: left;
  font-size: 3.5em;
  color: #000;
  line-height: 1;
}

以上是关于scss Drop Caps - CSS的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS Drop Caps没有不必要的HTML元素或类

css文本

scss CSS arrow #css #scss

如何将scss转换成css文件

CSS CSS Drop Cap

CSS CSS Drop Shadow