<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CSS</title>
<link rel="stylesheet" href="css/master.css" />
</head>
<body>
<div></div>
</body>
</html>
div {
width: 150px;
height: 150px;
background-color: red;
margin: 20px auto;
border-radius: 6px;
/* border-top-left-radius: 20px 20px;
border-bottom-right-radius: 20px; */
}
You have not completed all required lessons and assessments.