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

css的使用(1)

时间:2018-04-03 17:23:58      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:div   info   pointer   range   auto   9.png   height   one   oat   

*{
                margin: 0 auto;
                padding: 0;
            }
            #navgite{
                width: 906px;
                height: 100px;
                border: 3px solid gray;
            }
            #navgite li{
                float: left;
                margin-left: 50px;
                border-right: 1px solid darkgray;
            }
            ul{
                list-style: none;
                margin-top: 40px;
            }
            a:link{
                color: blueviolet;
                text-decoration: none;
            }
            a:hover{
                color: orangered;
            }
            a:active{
                color: blue;
                
            }
            a:visited{
                color: red;
            }
            #one{
                background-color: red;
                width: 300px;
                hegight: 300px;
            }
            #one:hover{
                background-color:darkblue;
                cursor: pointer;  /*鼠标变小手*/
            }

技术分享图片

技术分享图片技术分享图片

技术分享图片

css的使用(1)

标签:div   info   pointer   range   auto   9.png   height   one   oat   

原文地址:https://www.cnblogs.com/Jxliu/p/8708469.html

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