Skip to content

Commit

Permalink
Responsive v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 6, 2024
1 parent c3a2154 commit 5510b7d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions app/css/mainrespons.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

/* Estilos para tabletas */
@media screen and (max-width: 768px) {
/* Estilos para tabletas */
html{
background-image: linear-gradient(to bottom, #ff7e5f 5%, #ff7f5f 10%, #31405fe7 20%, #31405f 97%, #7bccff 100%);
}
Expand Down Expand Up @@ -66,11 +65,16 @@

}

/* Ejemplo de media query para teléfonos celulares */






/* Estilos para teléfonos celulares */
@media screen and (max-width: 480px) {
/* Estilos para teléfonos celulares */
html{
background-image: linear-gradient(to bottom, #ff7e5f 5%, #ff7f5f 15%, #31405fe7 25%, #31405f 85%, #7bccff 95%);
background-image: linear-gradient(to bottom, #ff7e5f 5%, #ff7f5f 13%, #31405fe7 20%, #31405f 82%, #000000 86%);
}
.personaldata{
margin-top: 10%;
Expand Down Expand Up @@ -133,5 +137,12 @@
.container-project .nameprj{
font-size: 150%;
}
.contactme{
margin-top: 40%;
font-size: 40%;
}
.contactme .correotxt{
font-size: 150%;
}

}

0 comments on commit 5510b7d

Please sign in to comment.