码迷,mamicode.com
首页 > 其他好文 > 详细

边框阴影

时间:2020-02-17 12:46:06      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:box   doctype   head   class   text   idt   body   enter   meta   

<!doctype html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>边框阴影</title>
	
	<style>
		.test {
			width: 200px;
			height: 200px;
			margin: 20px auto;
			line-height: 200px;
			text-align: center;
			background: #116ecd;
			border: 0px solid #116ecd;
			box-shadow: #398AFF 0px 0px 60px 5px;
		}
	</style>
</head>
<body>
	<div class="test"></div>
</body>

</html>

  技术图片

 

边框阴影

标签:box   doctype   head   class   text   idt   body   enter   meta   

原文地址:https://www.cnblogs.com/xiaojf/p/12321006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!