gpt4 book ai didi

html - 带有边框和一些填充的 Css 圆形图像

转载 作者:行者123 更新时间:2023-11-28 04:23:51 24 4
gpt4 key购买 nike

enter image description here

希望这张图片能说明一切......!!!需要在 html + css 中执行此操作。注意:我想要图像内部的边框。

最佳答案

CSS:

#border {
border:3px dashed white;
border-radius:100px;
width:184px;
height:184px;
position:relative;
left:5px;
top:5px;
}

#image {
background-image:url(table.jpg);
width:200px;
height:200px;
border-radius:100px;
}​

HTML:

<div id="image">
<div id="border"></div>
</div>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

根据需要调整宽度和高度。

演示:http://jsfiddle.net/yGcFx/

关于html - 带有边框和一些填充的 Css 圆形图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10223801/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com