Home >php教程 >PHP开发 >css skills-the classic among classics

css skills-the classic among classics

高洛峰
高洛峰Original
2016-11-24 14:45:511299browse

<style>  
h2{font-size:14px; font-weight:bold; padding:10px 0; margin:5px 0; border-bottom:1px solid #ccc;}  
.box2{}   
.box2 img{display:block; padding:2px; border:0;}  
.box2 a{color:#333; text-decoration:none;border:2px solid #FFF; float:left; cursor:hand;}   
.box2 a span{display:none; color:#F00;}  
.box2 a:hover{color:#999; border:2px solid  #333; }   
.box2 a:hover span{display:inline; position:absolute;}   
   
</style>  
</head>  
   
<body>  
<h2>CSSヌミササヘシニャミァケ・/h2>  
<div class="box2">  
<a href="http://www.php1.cn/"></div> 
</body>


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn