From 8bb8b1afbcbd19e2ef0c4e91d07b540f2132a90b Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sun, 26 Mar 2023 17:09:44 +0200 Subject: [PATCH] Gradients --- .idea/workspace.xml | 2 +- index.html | 4 ---- mainPage.css | 7 ++++--- navigationStyle.css | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 14834da..12ff53d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -62,7 +62,7 @@ - + diff --git a/index.html b/index.html index bde7a70..aa08182 100644 --- a/index.html +++ b/index.html @@ -62,16 +62,12 @@ FlufflParty is the new partygame for mobile and pc. Play free and online with your friends. NO ADS.

- -

Characters

In FlufflParty there are witing many maps and cute characters for you!

- -

Coming Soon

diff --git a/mainPage.css b/mainPage.css index ba0ef00..337547f 100644 --- a/mainPage.css +++ b/mainPage.css @@ -31,17 +31,18 @@ h1 { .color1 { - background-color: #F7A4A4; + /*background-color: #F7A4A4;*/ + background-image: linear-gradient(#F7A4A4, #FEBE8C); } .color2 { - background-color: #FEBE8C; + background-image: linear-gradient(#FEBE8C, #b9a4f7); } .color3 { - background-color: #B6E2A1; + background-image: linear-gradient(#B6E2A1, #FFFBC1); } h2 diff --git a/navigationStyle.css b/navigationStyle.css index 74cfb89..c19c5b7 100644 --- a/navigationStyle.css +++ b/navigationStyle.css @@ -29,7 +29,7 @@ header { justify-content: space-between; align-items: center; padding: 10px 100px; - background-color: #FFFBC1; + background-color: #ffe2c1; } /*IO Game Studios button (only navigation)*/ @@ -140,7 +140,7 @@ Mobile } } -img +header img { border-radius: 50px; max-width: 150px;