Menu
Coddy logo textTech

Class 'circle1'

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

challenge icon

Challenge

Easy

Target class ‘circle1’:

  1. Set the width to 170px. 
  2. Set transform to translate3d(0, 0, 20px).
  3. Set top and right to 8 pixels.

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