클라우드 II
Coddy의 움직이는 구름 - HTML/CSS/JS 프로젝트 코스 레슨 — 18개 중 5번째.
챌린지
쉬움HTML 파일에서, cloud div (.cloud) 내부에 클래스 이름이 "cloudBubble1"인 div를 생성하세요.
CSS 파일에서, 새로운 div를 선택하고 다음을 설정하세요:
width를100px로height를100px로- 배경색(background color)을 cloud div와 동일하게
border-radius를50px로position을absolute로top을-50px로left를30px로
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>