码迷,mamicode.com
首页 > Web开发 > 详细

css类选择器

时间:2017-02-08 21:08:35      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:word   height   set   css   rds   oct   auth   tag   title   

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>css类选择器</title>
<style type="text/css">
.tag01{color:red; border: 1px solid red;width: 300px;height: 200px;}
.tag02{list-style: none;}
</style>



</head>
<body>

<p class="tag01">我是段落</p>
<ul class="tag02">
<li class="tag01">我是列表1</li>
<li class="tag01">我是列表2</li>
</ul>


</body>
</html>

css类选择器

标签:word   height   set   css   rds   oct   auth   tag   title   

原文地址:http://www.cnblogs.com/caicai2480/p/6379845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!