クラス 'content'
Coddyの「3Dカード | フロントエンドプロジェクト」コースのレッスン 15/31。
チャレンジ
簡単ターゲットクラス ‘content’:
- パディングを設定します:
- 上から 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>