html + css (1)

a{
text-decoration:none; /* 规定添加到文本的修饰;下划线没有了 */
margin:0px;
font-size:15px;
display: block; /* 以块级元素显示 */
background-color:#6495ED;
height: 25px;
padding-left:5px;
line-height:25px; /* 设置行间的距离;使得文本垂直居中 */
}

原文地址:https://www.cnblogs.com/yzdqxing/p/4592658.html