Esté sería el cuerpo HTML de nuestra página.
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
}
Este código puede ser lo más básico que lleva cualquier página
![](“
* Inicio* Nosotros* Servicios* Beneficiarios* Contacto
# La naturaleza es el arte de Dios.
> Dante Alighieri
Aprender más
Suscríbete
Colocamos los nombres de las clases en las etiquetas necesarias (Nose me ocurrían nombres jaja)
En este código usamos varias propiedades que encontramos enla documentaciónque menciona la profesora!
El código CSS sería esto:
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-family: 'Roboto', sans-serif;
font-size: 62.5%;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
nav{
display: flex;
justify-content: space-between;
align-items: center;
background-color: black;
padding: 10px;
height: 13vh;
}
.logoimg{
width: 100px;
height: 100px;
padding: 10px;
}
.logoi:hover{
border-radius: 15%;
background-color: white;
color: black;
}
.encabezado{
display:flex;
justify-content: space-between ;
align-items: center;
list-style: none;
width: 60%;
}
.encabezadoli{
color: white;
font-size: 1.5rem;
font-weight: 500;
padding: 10px;
}
.encabezadoli:hover{
background-color: white;
border-radius: 10px;
color: black;
cursor: pointer;
}
.hola{
background-image: url(https://static.wixstatic.com/media/bb1bd6_3a4657894bd746e299162b8f9c001d71~mv2.png/v1/fit/w_1000%2Ch_608%2Cal_c%2Cq_80,enc_auto/file.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.holah1{
font-size: 6rem;
font-weight: bold;
color: black;
text-align: center;
padding: 10px;
}
.holacite{
font-size: 2rem;
font-weight: bold;
color: black;
text-align: center;
padding: 0;
}
.botonbutton{
display: inline-block;
padding: 10px20px;
flex-direction: row;
justify-content: center;
border-radius: 5%;
border: 1px solid black;
background: none;
}
.botonbutton:hover{
background-color: white;
color: black;
border: 1px solid white;
cursor: pointer;
}
Pdta. Es mi primer tutorial (Hecho a la 1:23 A.M jaja) Gracias!! ❤️