Skip to content

Commit 04606a7

Browse files
Update style.css
few comments added
1 parent 37a8192 commit 04606a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/* This imports the Muli font from Google Fonts and sets the page styling using CSS variables */
12
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
23

4+
/* Set of CSS variables to define colors, shadows, and other properties used throughout the page */
35
* {
46
--bg-color: #eef0f4;
57
--color: #333;
@@ -13,6 +15,7 @@
1315
--filter3: drop-shadow(-2px -2px 3px #ffffff) drop-shadow(2px 2px 3px #c3c5c8);
1416
}
1517

18+
/* Global styles */
1619
* {
1720
box-sizing: border-box;
1821
margin: 0;
@@ -110,6 +113,7 @@ textarea {
110113
margin: 15px 0;
111114
}
112115

116+
/* Media query for smaller screens */
113117
@media screen and (max-width: 400px) {
114118
.result-container {
115119
font-size: 14px;

0 commit comments

Comments
 (0)