Clase image
Lección 15 de 26 del curso Clon de tarjeta de perfil de Coddy | Proyecto front-end de Coddy.
Desafío
FácilApunta a la clase ‘image’:
- Establece el ancho (width) y el alto (height) en 150 píxeles.
- Establece el border-radius al 50%.
- Establece el color de fondo (background color) a blanco.
- Establece el margen inferior (margin bottom) a 10px.
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>