Menu
Coddy logo textTech

Spans

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

challenge icon

Challenge

Easy

Inside ‘logo’:

  1. Create the first span with class names circle circle1 
  2. Create a second span with class names circle circle2
  3. Create a third span with class names circle circle3 
  4. Create a fourth span with class names circle circle4

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