Menu
Coddy logo textTech

Class 'circle2'

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

challenge icon

Challenge

Easy

Target class circle2:

  1. Set the width to 140px. 
  2. Set the right and top to 10 pixels.
  3. Set the transition delay to 0.4s.

Add these properties for a good finish:

transform: translate3d(0, 0, 40px);
-webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px);

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