Menu
Coddy logo textTech

Class 'svg'

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

challenge icon

Challenge

Easy

Target class ‘svg’:

  1. Set fill to none.
  2. Set the stroke to #00bdc3.
  3. Set stroke-width to 3 pixels.
  4. Set max-height to 15px.

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