码迷,mamicode.com
首页 > Web开发 > 详细

HTML+CSS:圆形和圆角图片格式

时间:2018-07-18 19:09:57      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:doctype   .net   height   效果   ima   text   https   blog   body   

效果展示

 


技术分享图片 

 

实现代码

<!DOCTYPE html>
<html>
<head>
    <title>JcMan</title>
    <style type="text/css">

    .image1{ 
        margin-top: 100px; 
        width:200px; 
        height:200px; 
        border-radius:200px; 
    }

    .image2{
        margin-top: 100px; 
        width:200px; 
        height:200px; 
        border-radius:20px; 
    }
    </style>
</head>
<body>
<center>
<img class="image1" src="http://b.hiphotos.baidu.com/image/pic/item/b999a9014c086e069cd7964b00087bf40ad1cbb7.jpg"/>
<img class="image2" src="http://b.hiphotos.baidu.com/image/pic/item/b999a9014c086e069cd7964b00087bf40ad1cbb7.jpg"/> 
</center>
</body>
</html>

  

HTML+CSS:圆形和圆角图片格式

标签:doctype   .net   height   效果   ima   text   https   blog   body   

原文地址:https://www.cnblogs.com/beautiful-code/p/9330733.html

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