'circle3' 클래스
Coddy의 3D 카드 | 프론트엔드 프로젝트 코스 레슨 — 31개 중 28번째.
챌린지
쉬움대상 클래스 'circle3':
- 너비를 110px로 설정합니다.
- top과 right를 17px로 설정합니다.
- transition delay를 0.8s로 설정합니다.
변형(transformation)을 추가합니다:
transform: translate3d(0, 0, 60px);
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>3D 카드 | 프론트엔드 프로젝트의 모든 레슨
1소개
무엇을 만들게 될까요?