CSS CSS Anchor基本样式(a:链接,活动,访问,悬停)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS Anchor基本样式(a:链接,活动,访问,悬停)相关的知识,希望对你有一定的参考价值。
body {
margin: 0px;
}
a:link {
color:#000;
font-size: 1.1em;
font-weight:600;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
}
a:visited {
color:#000;
font-size:1.1em;
font-weight:600;
font-family:arial, helvetica, sans-serif;
text-decoration: none;
}
a:hover {
color: #000;
font-size:1.1em;
font-weight:600;
font-family:arial, helvetica, sans-serif;
text-decoration: none;
}
a:active {
color:#000;
font-size:1.1em;
font-weight:600;
font-family:arial, helvetica, sans-serif;
text-decoration: none;
}
a img {
border: none;
}
以上是关于CSS CSS Anchor基本样式(a:链接,活动,访问,悬停)的主要内容,如果未能解决你的问题,请参考以下文章
css伪类
CSS设置链接的样式
如何修改CSS样式表?
css的基本语法
前端css基本布局
python--CSS属性操作/下