스타일 id 디스플레이
Coddy의 DOM 프로젝트 - 계산기 코스 레슨 — 14개 중 7번째.
챌린지
쉬움대상 ID display:
- padding을 20px로 설정하세요.
- font size를 30px로 설정하세요.
- border를 none으로 설정하세요.
- text-align을 right로 설정하세요.
- background color와 color를 원하는 색상으로 설정하세요!
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>