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 6551df8 commit 5fae36cCopy full SHA for 5fae36c
Module2_about_me_page/style.css
@@ -1,12 +1,15 @@
1
body {
2
3
background-color: #D6DBB2;
4
- font-family: Helvetica, Impact, Courier;
+ font-family: sans-serif
5
color: #422040;
6
+ margin-right: 35em;
7
8
}
9
10
h1 {
11
+
12
+ font-weight: bold;
13
font-size: 4em;
14
font-style: bold;
15
font-weight: 800;
@@ -20,6 +23,8 @@ body {
20
23
21
24
background-image: url("blue-watercolor-background_615876-5.jpg");
22
25
padding: 4em;
26
+ font-family: serif;
27
+ font-style: italic;
28
29
30
ol, ul {
@@ -29,6 +34,7 @@ body {
34
background-color: #422040;
35
color: #D6DBB2;
31
36
font-size: medium;
37
+ padding: 1.0em;
32
38
33
39
40
li {
0 commit comments