在练习过程中遇到的几点小问题---关于布局
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在练习过程中遇到的几点小问题---关于布局相关的知识,希望对你有一定的参考价值。
1.CSS复合类
<div class="content profile">
content{background:red; padding:44px 15px 15px; border:50px solid #badbdb;}
profile{background:url(../images/t_profile.gif) no-repeat red;}
----------------------------------------------------------------------------------------------
2.建立当前页的超链<a href="#">abc</a>
abc建立的超链接是当前页。
3.伪类选择器
鼠标经过a标签出现下划线效果
a:hover{text-decoration:underline;}
4.文本首行缩进
text-indent:26px;
5.关于用id还是用class?
以上是关于在练习过程中遇到的几点小问题---关于布局的主要内容,如果未能解决你的问题,请参考以下文章