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 8c36880 commit 688c4b9Copy full SHA for 688c4b9
style.css
@@ -24,7 +24,21 @@
24
25
/* General Styles */
26
body{
27
- background: rgb(24, 20, 20);
28
- font-family: 'Quicksand', sans-serif;
+ background: var(--clr-light);
+ color: var(--clr-dark);
29
+ font-family: var(--ff-primary);
30
+ margin: auto;
31
+
32
33
34
}
35
36
+.my-works{
37
+ display: flex;
38
+ flex-direction: row;
39
+ justify-content: center;
40
41
+ flex-wrap: wrap;
42
43
+}
44
0 commit comments