Class 'circle4'
Lesson 29 of 31 in Coddy's 3D Card | Front-end Project course.
Challenge
EasyTarget class ‘circle4’:
- Set the width to 80px.
- Set top and right to 23px.
- Set transition delay to 1.2s.
Add these properties also:
transform: translate3d(0, 0, 80px);
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>All lessons in 3D Card | Front-end Project
1Introduction
What you will build?5CSS - III
Class 'circle'