Snowman
Lesson 5 of 5 in Coddy's HTML/CSS Challenges - Pack III course.
Challenge
MediumGuidelines:
- seven div elements
- blue, orange and white colors
- align everything using transform translate only
- the head should contain three divs in this order:
- left eye
- right eye
- nose
Picture:

Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>