Skip to content

Commit

Permalink
Update 404.css
Browse files Browse the repository at this point in the history
  • Loading branch information
20syldev committed Jul 8, 2024
1 parent fe272f2 commit 764908b
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions css/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,33 @@ body {

/* CSS Mobile (404) */
@media (max-width: 991px) {
* {
background-color: #ffffff;
color: #000000;
font-family: 'Poppins', sans-serif;
overflow: hidden;
margin-left: 1%;
margin-right: 1%;
}
* {
background-color: #ffffff;
color: #000000;
font-family: 'Poppins', sans-serif;
overflow: hidden;
margin-left: 1%;
margin-right: 1%;
}

/* Texte en haut de la page */
#top {
margin-top: 20vh;
font-size: 6vw;
line-height: 4vh;
text-align: center;
}
/* Texte en haut de la page */
#top {
margin-top: 20vh;
font-size: 6vw;
line-height: 4vh;
text-align: center;
}

/* Texte au centre de la page */
#middle {
margin-top: 20vh;
font-size: 8vw;
text-align: center;
}
/* Texte au centre de la page */
#middle {
margin-top: 20vh;
font-size: 8vw;
text-align: center;
}

/* Lien de la page & Animation */
#link {
color: #7777dd;
text-decoration: none transparent;
}
/* Lien de la page & Animation */
#link {
color: #7777dd;
text-decoration: none transparent;
}
}

0 comments on commit 764908b

Please sign in to comment.