圆角
<!DOCTYPE html><html>
<head>
<style>
div{width: 100px;height: 100px;background: #101010;}
.one{background: #8AC007;border-top-right-radius: 100px;}
.two{background: #8AC007;border-radius:100px;}
</style>
</head>
<body>
<div><div class="one"></div></div>
<div><div class="two"></div></div>
</body>
</html>

我学编程,总爱用自己的语言将所学的东西描述下来,渐渐的,一篇篇的文章,看起来像一个个杰作。