Menu
Coddy logo textTech

'social-buttons-container'

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

challenge icon

Challenge

Easy

Target class 'social-buttons-container':

  1. Set the display to Flex
  2. Set the gap to 10px.
  3. 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