We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9a4f5 commit 9e7041bCopy full SHA for 9e7041b
Sprint-3/quote-generator/style.css
@@ -4,12 +4,23 @@
4
--secondary-color: #ffffff;
5
}
6
7
+* {
8
+ box-sizing: border-box;
9
+ margin: 0;
10
+ padding: 0;
11
+}
12
+
13
body {
14
background-color: var(--primary-color);
15
display: flex;
16
justify-content: center;
17
align-items: center;
- height: 100vh;
18
+ min-height: 100vh;
19
+ padding: 1rem;
20
+ font-family:
21
+ system-ui,
22
+ -apple-system,
23
+ sans-serif;
24
25
26
main {
0 commit comments