diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..834908f --- /dev/null +++ b/css/style.css @@ -0,0 +1,54 @@ +.color-grid{ + width:120px; + height:140px; + display:flex; + flex-direction: column; + align-content: space-around; +} + +.color-grid .colorRow{ + display:flex; + justify-content: space-around; + margin-top:10px; + width:230px; + } + + .color-grid .colorRow div{ + width:50px; + height:50px; + + + } + + #themeRed{ + background-color:#ff0000; + + } + + #themeBlue{ + background-color: #0000ff; +} + +#themeGreen{ + background-color: #00ff00; +} + +#themeMustard{ + background-color: #ffdb58; +} + +#themeSalmon{ + background-color: #FFA07A; +} + +#themePurple{ + background-color: #5b00d3; +} + +#themeCyan{ + background-color: #00FFFF; +} + +#themePink{ + background-color:#ffc0cb; +} \ No newline at end of file diff --git a/index.html b/index.html index e38aa07..be44ed1 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ + @@ -656,6 +657,27 @@

If this toggle is ON then pressing 'Enter' key will send messages

+
+

Colors

+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+
@@ -682,6 +704,7 @@
+