边框阴影
Posted xiaojf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了边框阴影相关的知识,希望对你有一定的参考价值。
<!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>
以上是关于边框阴影的主要内容,如果未能解决你的问题,请参考以下文章