利用锚点再点事吧丨

2018-06-24 01:04:56来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

上图

接着HTML代码:

<div id="color">
<div id="red">红</div>
<div id="yellow">黄</div>
<div id="black">黑</div>
<div id="green">绿</div>
</div>
<a href="#red">红</a>
<a href="#yellow">黄</a>
<a href="#black">黑</a>
<a href="#green">绿</a>

css样式:

#color{
overflow:hidden;
}
div{
height:400px;
width:400px;
}
#red{
height:400px;
width:400px;
background-color:red;
}
#yellow{
height:400px;
width:400px;
background-color:yellow;
}
#black{
height:400px;
width:400px;
background-color:black;
}
#green{
height:400px;
width:400px;
background-color:green;
}

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:[转]运用@media实现网页自适应中的几个关键分辨率

下一篇:css3文字与字体样式