클래스 'content'
Coddy의 3D 카드 | 프론트엔드 프로젝트 코스 레슨 — 31개 중 15번째.
챌린지
쉬움대상 클래스 'content':
- 패딩 설정:
- 위쪽(top) 100px
- 오른쪽(right) 60px
- 아래쪽(bottom) 0px
- 왼쪽(left) 30px
transform을 다음과 같이 설정합니다:
translate3d(0, 0, 26px)
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>