图片圆角图片响应式图片阴影图片滤镜
Posted 韩凯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片圆角图片响应式图片阴影图片滤镜相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: auto; padding: 0; } #a1{ width: 300px; height: 300px; border: 1px solid red; } img{ border-radius: 50%; box-shadow: 5px 5px 2px gray; max-width: 100%;height: auto; filter: blur(1px); } </style> </head> <body> <div id="a1"> <img src="../3.28/1.jpg"width="100%"height="100%"/> </div> </body> </html>
以上是关于图片圆角图片响应式图片阴影图片滤镜的主要内容,如果未能解决你的问题,请参考以下文章
一起Talk Android吧(第五百零七回:图片滤镜ImageFilterView)