diff --git a/css/styles.css b/css/styles.css index 72520ad..539754e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -21,4 +21,25 @@ .is-selected{ opacity: 1 !important; +} + +.add-button{ + position: absolute; + bottom: 15px; + left: 15px; + background: gray; + padding: 5px; + border-radius: 50%; + height: 45px; + width: 45px; + color: white; + text-align: center; + font-size: 20px; + font-weight: 800; + transition: 0.4s ease; +} + +.add-button:hover{ + background-color: lightgray; + color: gray; } \ No newline at end of file diff --git a/img/options/christmas-game-A.png b/img/options/christmas-game-A.png new file mode 100644 index 0000000..81042eb Binary files /dev/null and b/img/options/christmas-game-A.png differ diff --git a/img/options/christmas-game-B.png b/img/options/christmas-game-B.png new file mode 100644 index 0000000..86e8387 Binary files /dev/null and b/img/options/christmas-game-B.png differ diff --git a/index.html b/index.html index 5080749..f64a68c 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@

Welcome to Code Ninjas Langley!

+

🎄MERRY CHRISTMAS🎄

+
@@ -87,6 +89,14 @@
--> + +
+ +
+
+ +
+
@@ -223,9 +233,11 @@ - + +
+ +