Class 'content'
Lesson 15 of 31 in Coddy's 3D Card | Front-end Project course.
Challenge
EasyTarget class ‘content’:
- Set padding:
- From top 100px
- From right 60px
- From bottom 0px
- From left 30px
Set transform to:
translate3d(0, 0, 26px)
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?3CSS - I
Universal Tag