Clase 'circle4'
Lección 29 de 31 del curso Tarjeta 3D | Proyecto Front-end de Coddy.
Desafío
FácilClase objetivo ‘circle4’:
- Establece width a 80px.
- Establece top y right a 23px.
- Establece transition delay a 1.2s.
Añade también estas propiedades:
transform: translate3d(0, 0, 80px);
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>