Menu
Coddy logo textTech

Class 'glass'

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

challenge icon

Challenge

Easy

Target class ‘glass’:

  1. Set position to absolute
  2. Set the inset to 8 pixels.
  3. Set the border radius to 55px.
  4. Set border-left and border-bottom to 1px solid white.
  5. Set transform-style to preserve-3d.

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