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?
时间: 2024-10-25 22:31:22