Skip to content

Commit

Permalink
added responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Nguyen committed Dec 14, 2023
1 parent f91c1ac commit 5080fb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,12 @@ p {
#main2 a:hover {
text-decoration: underline;
}

@media (max-width: 720px) {
body {
background-image: url("https://wallpaperaccess.com/full/433561.jpg");
font-family: "Poppins", sans-serif;
margin: 0;
align-content: center;
}
}

0 comments on commit 5080fb0

Please sign in to comment.