Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kvsc27 authored Jul 29, 2024
1 parent e804f09 commit 3ca26e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions intro-to-media-queries/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
p {
font-size: 14px;
}

@media all and (min-width: 800px) {
p {
font-size: 24px;
}
}

0 comments on commit 3ca26e5

Please sign in to comment.