diff --git a/index.html b/index.html index 1654a2e29..e47604a11 100644 --- a/index.html +++ b/index.html @@ -3,18 +3,19 @@ My Little Rainbow + -
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -24,4 +25,4 @@ - + \ No newline at end of file diff --git a/main.css b/main.css index 984a9b226..31294bc01 100644 --- a/main.css +++ b/main.css @@ -9,3 +9,31 @@ div { border-right-color: transparent; /* the right side */ border-bottom-color: transparent; /* and the bottom of the circle */ } + +#red { + border-top-color: #f00; +} + +#orange { + border-top-color: #ffa500; +} + +#yellow { + border-top-color: #ff0; +} + +#green { + border-top-color: #00bc3f; +} + +#blue { + border-top-color: #06f; +} + +#indigo { + border-top-color: #8a2be2; +} + +#violet { + border-top-color: #d300c9; +} \ No newline at end of file