首页 > 技术文章 > 在练习过程中遇到的几点小问题---关于布局

liheheaiwangxinxin 2016-08-26 11:42 原文

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?

 

推荐阅读