使用外部链接+border-radius制作花瓣圆形

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<link rel="stylesheet" type="text/css" href="css/style.css"/>
		<style type="text/css">
		
			/*.container{
				width: 200px;
				height: 200px;
				background-color: red;
				margin: 0 auto;
				border-bottom-left-radius: 50%;
				border-top-right-radius: 50%;
				
				text-align: center;
				line-height: 200px;
				font-size: 48px;
			}*/
			
		</style>
	</head>
	<body>
		<div class="container">
			1
		</div>
	</body>
</html>

使用外部链接+border-radius制作花瓣圆形

posted @ 2026-06-26 09:15  -王心雨-  阅读(4)  评论(0)    收藏  举报