使用boder-radius制作圆形

使用boder-radius制作圆形

!DOCTYPE html>

使用boder-redius制作圆形
<body>
	<div class="circle">1</div>
</body>
使用boder-redius制作圆形 y> 使用link转接外部链接

.circle{
width: 200px;
height: 200px;
background-color: #f00;
border-radius: 50%;
margin: 0 auto;
text-align: center;
line-height:200px ;
font-size: 48px;
border-top-left-radius: 0px;//注释 {呈现方形圆角}
/border-top-right-radius: 48px;/
border-bottom-right-radius: 0px;//注释 {呈现方形圆角}
}

posted @ 2026-06-26 09:18  安徒生的熊  阅读(0)  评论(0)    收藏  举报