diff --git a/img/shiba/chose.png b/img/shiba/chose.png new file mode 100644 index 0000000..2190da9 Binary files /dev/null and b/img/shiba/chose.png differ diff --git a/img/tiger/chose.png b/img/tiger/chose.png new file mode 100644 index 0000000..e2ec918 Binary files /dev/null and b/img/tiger/chose.png differ diff --git a/index.html b/index.html index fb41148..eca000d 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,10 @@

Welcome to PetPet!

Please choose an Animal:

- tiger - shiba + tiger + shiba
-

Made by MrEidam & Tufsie

+

Made by MrEidam & Tufsie

@@ -47,7 +47,7 @@
-
+
Promo for Games

Games

@@ -55,6 +55,12 @@
Promo for Games
+
+ +
diff --git a/style.css b/style.css index dd6f941..d52f3e1 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,10 @@ img{ object-fit: contain; } +a{ + color: #69f; +} + main{ /*clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);*/ background: #333333aa; @@ -68,16 +72,17 @@ span p{ filter: drop-shadow(1.5px 1.5px 6px #aaa); } -.games{ +.moverSpace{ border-radius: .5rem; display: flex; flex-direction: row; justify-content: space-around; padding: 1rem; - margin: .5rem; + margin: 1rem .5rem .5rem .5rem; background: #222222cc; height: 80px; } + .gamesPromo{ width: 69px; /* Mobile */ height: 48px; @@ -87,8 +92,11 @@ span p{ flex-direction: column; justify-content: space-around; } -.gamesText a{ - color: red; + +.moverSpace .settingsText{ + display: flex; + flex-direction: column; + justify-content: space-around; } @@ -184,9 +192,10 @@ span p{ #chui h2{ } +/* #chui a{ color: #69f; -} +}*/ .animalChoose{ border: none;