Skip to content

Commit

Permalink
Adding more queries for a better demo
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Oct 19, 2023
1 parent adf6728 commit c94e303
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devtools-css-get-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,14 @@
background-color: black;
color: lightgray;
font-weight: bolder;
font-size: 16px;
text-shadow: 0 0 1px black;
}

code {
font-size: 13px;
}

input[type="text"] {
background-color: gray;
border: 1px solid white;
Expand All @@ -141,6 +146,12 @@
background-color: cornflowerblue;
}

@media (max-width: 200px) {
body {
font-size: 13px;
}
}

@media (min-width: 400px) {
body {
column-count: 3;
Expand Down

0 comments on commit c94e303

Please sign in to comment.