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 1dd15c9 commit 4a7b752Copy full SHA for 4a7b752
css/exercises/styles.css
@@ -1 +1,24 @@
1
-/* Start adding your styling below! */
+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