Skip to content

Commit 4a7b752

Browse files
committed
completed css exercise
1 parent 1dd15c9 commit 4a7b752

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

css/exercises/styles.css

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
/* Start adding your styling below! */
1+
body {
2+
background-color: rgb(246, 246, 119);
3+
}
4+
5+
p {
6+
color: green;
7+
}
8+
9+
h1 {
10+
font-size: 36px;
11+
}
12+
13+
14+
.center {
15+
text-align: center;
16+
}
17+
18+
#cool-text {
19+
color: blue;
20+
}
21+
22+
ol {
23+
color: rgb(221, 93, 174);
24+
}

0 commit comments

Comments
 (0)