html制作花样链接卡页⾯_花样链接卡.html 花样链接卡
div{
border: solid red 2px;
width: 300px;
height: 300px;
padding: 10px;
}
a {
color: white;
display: inline-block;
height: 100px;
html代码转链接width: 100px;
background:pink ;
text-align: center;
line-height:100px;
text-decoration: none;
}
a:hover{
background:blue ;
}
a:nth-of-type(2){
position: relative;
left: 100px;
}
a:nth-of-type(3){
position: relative;
top: 200px;
right: 200px;
}
a:nth-of-type(4){
position: relative;
left: 200px;
top: 100px;
}
⼀键复制编辑Web IDE 原始数据按⾏查看历史

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。