天行健,君子以自强不息;地势坤,君子以厚德载物;
2024-9-4 博主:Splendor 前端实战
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
div {
width: 500px;
height: 36px;
border: 2px solid red;
border-radius: 20px 0 0 20px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
网页地址:标签: 前端实战