Skip to content

Commit 5fae36c

Browse files
committed
updated css for about me
1 parent 6551df8 commit 5fae36c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Module2_about_me_page/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
body {
22

33
background-color: #D6DBB2;
4-
font-family: Helvetica, Impact, Courier;
4+
font-family: sans-serif
55
color: #422040;
6+
margin-right: 35em;
67

78
}
89

910
h1 {
11+
12+
font-weight: bold;
1013
font-size: 4em;
1114
font-style: bold;
1215
font-weight: 800;
@@ -20,6 +23,8 @@ body {
2023

2124
background-image: url("blue-watercolor-background_615876-5.jpg");
2225
padding: 4em;
26+
font-family: serif;
27+
font-style: italic;
2328
}
2429

2530
ol, ul {
@@ -29,6 +34,7 @@ body {
2934
background-color: #422040;
3035
color: #D6DBB2;
3136
font-size: medium;
37+
padding: 1.0em;
3238
}
3339

3440
li {

0 commit comments

Comments
 (0)