<html xmlns= "http://www.phpernote.com/" > |
<head> |
<title>CSS 3 阴影效果实例</title> |
<meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" /> |
<style type= "text/css" > |
#shadow { |
box-shadow: 10px 10px 5px #888888 ; |
width : 500px ; |
padding : 5px ; |
text-align : center ; |
font-size : 20px ; |
background : #21759b ; |
margin : 0 auto ; |
color : #ffffff ; |
} |
</style> |
</head> |
<body> |
<div id= "shadow" >矩形的 CSS 3 的阴影</div> |
</body> |
</html> |
by: 发表于:2017-11-30 10:52:18 顶(0) | 踩(0) 回复
??
回复评论