Menu
Coddy logo textTech

Класс 'svg'

Урок 21 из 31 курса 3D-карточка | Front-end проект на Coddy.

challenge icon

Задание

Легко

Целевой класс ‘svg’:

  1. Установите fill в none.
  2. Установите stroke в #00bdc3.
  3. Установите stroke-width в 3 пикселя.
  4. Установите max-height в 15px.

Попробуйте сами

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

Все уроки раздела 3D-карточка | Front-end проект