请老师检查代码
来源:2-13 编程练习
pine小松
2020-03-29 18:58:07
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
body {
background: #f3f3f3;
}
div{
float:left;
overflow:hidden;
margin-right:200px;
border:8px solid red;
}
div:nth-child(1){
height:100px;
width:200px;
border-radius:0 50px 12%/ 0px 46px 59px;
}
div:nth-child(2){
height:200px;
width:100px;
border-radius:20px 70px 120px 20px/20px 50px 120px 20px;
}
div:nth-child(3){
height:200px;
width:100px;
border-radius:20px 40px;
}
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
</body>
</html>
1回答
同学你好,代码是正确的,继续加油,祝学习愉快~