Clase 'text'
Lección 17 de 31 del curso Tarjeta 3D | Proyecto Front-end de Coddy.
Desafío
FácilApunta a la clase ‘text’:
- Establece el display a block.
- Establece el color a #00897ec3.
- Establece el tamaño de fuente a 15px.
- Establece margin-top a 20px.
Pruébalo tú mismo
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>