Cloud II
Lesson 5 of 18 in Coddy's Moving Clouds - HTML/CSS/JS Project course.
Challenge
EasyIn the HTML file, create a div inside the cloud div (.cloud) with the class name "cloudBubble1".
In the CSS file, target the new div and set:
widthto100pxheightto100px- background color to the same as in the cloud div
- border radius of
50px positiontoabsolutetopto-50pxleftto30px
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>