概述
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>$美少女战士$</title>
<style>
div {
width: 650px;
height: 80px;
background-color: #000
}
span {
width: 120px;
height: 80px;
/*转换为行内块*/
display: inline-block;
text-align: center;
/*行高 line-height: 文字垂直居中:文字的行高 == 盒子高度*/
line-height: 80px;
}
span:hover {
background-color: gold;
}
a {
/*清除下划线*/
text-decoration: none;
color: #fff;
}
/*伪类选择器 :target :hover 鼠标移入怎么样*/
</style>
</head>
<body>
<div>
<span><a href="#">发现音乐</a></span>
<span><a href="#">我的音乐</a></span>
<span><a href="#">朋友</a></span>
<span><a href="#">商城</a></span>
<span><a href="#">下载客户端</a></span>
</div>
</body>
</html>
最后
以上就是耍酷曲奇为你收集整理的html5基础知识点表单的全部内容,希望文章能够帮你解决html5基础知识点表单所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复