diff --git a/Web Development Python Projects/5.4 Color Vocab Project/index.html b/Web Development Python Projects/5.4 Color Vocab Project/index.html index d85f0c4..0f3196d 100644 --- a/Web Development Python Projects/5.4 Color Vocab Project/index.html +++ b/Web Development Python Projects/5.4 Color Vocab Project/index.html @@ -3,26 +3,26 @@
-
-
-
-
-
diff --git a/Web Development Python Projects/5.4 Color Vocab Project/style.css b/Web Development Python Projects/5.4 Color Vocab Project/style.css
index e69de29..363dbc3 100644
--- a/Web Development Python Projects/5.4 Color Vocab Project/style.css
+++ b/Web Development Python Projects/5.4 Color Vocab Project/style.css
@@ -0,0 +1,28 @@
+#red {
+ color: red;
+}
+
+#blue {
+ color: blue;
+}
+
+#orange {
+ color: orange;
+}
+
+#yellow {
+ color: yellow;
+}
+
+#green {
+ color: green;
+}
+
+.color-title {
+ font-weight: normal;
+}
+
+img {
+ height: 200px;
+ width: 200px;
+}
\ No newline at end of file