Menu
Coddy logo textTech

Класс 'logo'

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

challenge icon

Задание

Легко

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

  1. Установите position в absolute
  2. Установите right в 0.
  3. Установите top в 0.
  4. Установите transform-style в preserve-3d

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

<!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 проект