这篇文章主要介绍css怎么使用浮动来创建拥有页眉、页脚、左侧目录,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
span
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}
This is some text.
This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
免费云主机、域名
在上面的段落中,文本的第一个字母包含在一个 span 元素中。这个 span 元素的宽度是当前字体尺寸的 0.7 倍。span 元素的字体尺寸是 400%,行高是 80%。span 中的字母字体是 “Algerian”
以上是“css怎么使用浮动来创建拥有页眉、页脚、左侧目录”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注云技术行业资讯频道!
这篇文章主要讲解了“jquery如何判断复选框是否选中”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“jquery如何判断复选框是否选中”吧! 判断方法:1、利用“$(复选框元素).prop(‘checked’)…