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

CCS实例,网页栏目

时间:2017-10-02 18:21:55      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:width   splay   margin   text   gre   asp   .net   css   gray   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>这是标题</title>
<style type="text/css">
#title{

width:1210px; height:50px;
background-color:#e8e7e3;
color:gray;
font-weight:500;
font-family:‘Microsoft YaHei‘,Arial, Helvetica, sans-serif;

position:absolute;
top:50%;
left:50%;
margin-left:-605px;
margin-top:-250px;

}
.one{
float:left;
display:block;


background-color:darkgrey;
text-align:center;

width:135px;
height:50px;
}
.one:hover {
background:black;
color:white;
}
</style>
</head>
<body>
<div id="title">

<div class="one">HTML/CSS</div>
<div class="one">JavaScript</div>
<div class="one">Server Side</div>
<div class="one">ASP.NET</div>
<div class="one">XML</div>
<div class="one">Web Servies</div>
<div class="one">Web Building</div>
</div>
</body>
</html>

CCS实例,网页栏目

标签:width   splay   margin   text   gre   asp   .net   css   gray   

原文地址:http://www.cnblogs.com/bingxing/p/7620452.html

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