Skip to content

Commit 61d4cf2

Browse files
update stopwatch project
1 parent f04e0e3 commit 61d4cf2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

projects/simple-stopwatch/style.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,24 @@ button[disabled] {
5454
opacity: 0.5;
5555
cursor: default;
5656
}
57+
58+
/* add media query */
59+
60+
@media (max-width: 800px) {
61+
#timer {
62+
font-size: 4rem;
63+
width: 350px;
64+
}
65+
66+
button {
67+
font-size: 1.5rem;
68+
padding: 1rem 2rem;
69+
}
70+
71+
}
72+
73+
74+
75+
76+
/* add media query for tablet size */
77+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy