<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>方形图片圆形显示</title>
<style type="text/css">
#img1{border-radius: 50%; }

</style>
</head>

<body>
<img src="http://www.sinaimg.cn/blog/developer/wiki/kongminglogo.jpg" />
</body>
</html>

相关文章:

  • 2021-07-25
  • 2021-07-07
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-03-30
猜你喜欢
  • 2022-12-23
  • 2021-05-11
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案