diff --git a/colorgame/colorindex.html b/colorgame/colorindex.html new file mode 100644 index 0000000..18bfe7d --- /dev/null +++ b/colorgame/colorindex.html @@ -0,0 +1,76 @@ + + + + + + + Color Game! + + +

Color Game!

+ +
+
+

Color

+
+ +
+ +

Rarity:

+
+
+ +
+
+
+
+
+ +

Goal:

+

+ Get the highest rareity possible and beat your friends. Blue is the most rare color. "Blue" is defined by a RGB code. + Your color also saves. +

+ +

How?

+

Everytime yu click the button a random color gets generated. + There are different rarities of colors. The rareity is based on how blue it is. More blue = higher rareity. + Try to get the most legendary + one. But you can always get a worse color! +

+ + + + \ No newline at end of file diff --git a/colorgame/colorstyle.css b/colorgame/colorstyle.css new file mode 100644 index 0000000..fa2346b --- /dev/null +++ b/colorgame/colorstyle.css @@ -0,0 +1,52 @@ +h1 { + font-family: Arial, Helvetica, sans-serif; + text-align: center; + color: aliceblue; + text-decoration: underline; +} + +h2 { + color: aliceblue; + font-family: Arial, Helvetica, sans-serif; + text-align: center; +} + +p { + color: aliceblue; + text-align: center; + font-family: Arial, Helvetica, sans-serif; +} + +body { + background-color: rgb(35, 34, 34); +} + +div.Color_container { + background-color: rgb(46, 46, 46); + border-radius: 7px; +} + +h2.placeholder { + padding: 10%; +} + +div.color { + border-radius: 7px; + background-color: aquamarine; +} + +div.buttons { + display: grid; + grid-template-columns: 50% 50%; +} + +button { + margin: 10px; + color: aliceblue; + background-color: rgb(48, 48, 48); + border: solid; + border-color: rgb(75, 75, 75); + border-radius: 7px; + width: 100%; + height: 30px; +} \ No newline at end of file diff --git a/index.html b/index.html index 4a77f63..6517e1b 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@

My Projects

+ Color Game Clipboard Creator Mind Reader Lava Lamps