<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CSS</title>
<link rel="stylesheet" href="css/master.css" />
</head>
<body>
<div>
Elzero Web School
<span>Test</span>
</div>
</body>
</html>
body {
font-size: 40px;
}
div {
font-size: 5vw;
}
div span {
font-size: 2rem;
}
You have not completed all required lessons and assessments.