随笔分类 -  CSS

摘要:csstest.htmlcss1.html 第一个图片 csstest.css/*.style1就是类选择器*/.style1{font-weight:bold;font-size:20px;background-color: pink;}/*#style2就是一个id选择器*/#style2{font-size:30px;background-color: silver;}/*html选择器*/body{color: orange;}a:link{color: black;text-decoration: none;}a:hover{text-decoration: underline;.. 阅读全文
posted @ 2013-07-22 14:10 waldmer 阅读(580) 评论(0) 推荐(0)