diff --git a/index.html b/index.html index 1654a2e29..211d57edf 100644 --- a/index.html +++ b/index.html @@ -2,19 +2,24 @@ - My Little Rainbow + + My Little Rainbow + + + + -
-
-
-
-
-
-
+
+
+
+
+
+
+
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