Класс 'content'
Урок 15 из 31 курса 3D-карточка | Front-end проект на Coddy.
Задание
ЛегкоЦелевой класс ‘content’:
- Установите padding:
- Сверху 100px
- Справа 60px
- Снизу 0px
- Слева 30px
Установите transform в:
translate3d(0, 0, 26px)
Попробуйте сами
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>