Invierte en tu educación con el precio especial

Antes:$249

Currency
$209

Paga en 4 cuotas sin intereses

Paga en 4 cuotas sin intereses
Suscríbete

Termina en:

11d

21h

11m

14s

1

platzi

<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
<title>Platzi</title>
<style>

body {
background: linear-gradient(to right, #7e7e7e, #8c4a3e);

}

    section{
        background-color: rgb(148, 148, 148);
        width: 40rem;
        height: 60rem;
        border: 15px solid ;
        border-color: rgb(255, 0, 0);
        border-radius: 20px;
        justify-self: center ;
        display: block;     
        margin-left: auto;   
        margin-right: auto;
        margin-top: 20px;



    }

    img{
        
        width: 500px;
        height: 500px;
        border: 10px solid ;
        border-color: rgb(0, 0, 0);
        border-width: 70px;
        display: block;     
        margin-left: auto;   
        margin-right: auto;
    
    }

    h1 {
        border-width: 1px;
        color: rgb(141, 70, 70);
        background-color: rgb(254, 195, 195);
        border: #e35036 solid;
        border-radius: 10px;
        text-align: center;
        font-size: 50px ;
    
    }

    h2{
        color:crimson ;
        background-color: rgb(255, 255, 255);
        border:2px solid;
        border-color: black;
        border-radius: 10px;
        font-size: 20px;
        text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    p{
        color: #fffafa;
        text-align: center; 
        font-size: 25px;  
        
    }


</style>

</head>
<body>
<section>
<div>
<img src=“https://i.pinimg.com/564x/98/03/4e/98034e28c43f1c13c03fbc03aacf6aba.jpg” alt=“caos”>
</div>
<div>
<h1>Expacion de Dominio</h1>
<h2>OJO CARMEZI</h2>

        <p>permite que el usuario pueda parar el tiempo un corto tiempo y 
            depoja a las personas de las ganas de peliar 
        </p>
    </div>
</section>

</body>
</html>

Escribe tu comentario
+ 2