TARJETA
Colocare el proceso de como realice una tarjeta con una frase
<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<meta name=“viewport” content=“width=, initial-scale=1.0”>
<title>Document</title>
<style>
section {
width: 1dvb;
display: flex;
justify-content: center;
}
.card {
width: 500px;
height: 300px;
background: rgb(3, 3, 43) ;
border-radius: 5%;
padding-top: 20px;
text-align: center;
}
.card img {
width: 80%;
height: 60%;
}
.card p {
text-align: center;
background: white;
}
</style>
</head>
<body>
<div class=“card”>
<img src=“https://images.pexels.com/photos/7979116/pexels-photo-7979116.jpeg” alt="">
<p>Todos tenemos luz y oscuridad en nuestro interior. Lo que importa es qué parte elegimos potenciar</p>
<p>Sirius Black</p>
</div>
</body>
Les ensañare el resultado