Menu
Coddy logo textTech

Class 'content'

Lesson 15 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Target class ‘content’:

  1. Set padding:
    1. From top 100px
    2. From right 60px
    3. From bottom 0px
    4. From left 30px
  2. 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