Class 'text'
Lesson 17 of 31 in Coddy's 3D Card | Front-end Project course.
Challenge
EasyTarget class ‘text’:
- Set the display to block.
- Set the color to #00897ec3.
- Set the font size to 15px.
- Set margin-top to 20px.
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
1Introduction
What you will build?