diff --git a/E-Cafe Website/about.html b/E-Cafe Website/about.html index e66d859..16fb622 100644 --- a/E-Cafe Website/about.html +++ b/E-Cafe Website/about.html @@ -25,13 +25,13 @@ Profile picture of Ebsku
Ebsku
- - + \ No newline at end of file diff --git a/E-Cafe Website/flagle.html b/E-Cafe Website/flagle.html index 2a0807b..040d81a 100644 --- a/E-Cafe Website/flagle.html +++ b/E-Cafe Website/flagle.html @@ -13,7 +13,10 @@ @@ -28,6 +31,9 @@ + \ No newline at end of file diff --git a/E-Cafe Website/gamedlestyles.css b/E-Cafe Website/gamedlestyles.css index 5c35d32..8c2aa34 100644 --- a/E-Cafe Website/gamedlestyles.css +++ b/E-Cafe Website/gamedlestyles.css @@ -7,7 +7,7 @@ section.gamedle-section { } section.gamedle-section div { - background: rgb(42, 42, 42); + background: rgba(42, 42, 42, 0.75); color: white; margin: 1%; display: inline-block; @@ -15,7 +15,7 @@ section.gamedle-section div { } div.gamedle-section { - background: rgb(42, 42, 42); + background: rgba(42, 42, 42, 0.75); color: white; margin: 1%; display: flex; diff --git a/E-Cafe Website/games.html b/E-Cafe Website/games.html index ff7fdf3..b753268 100644 --- a/E-Cafe Website/games.html +++ b/E-Cafe Website/games.html @@ -16,6 +16,9 @@ @@ -30,5 +33,8 @@ + \ No newline at end of file diff --git a/E-Cafe Website/index.html b/E-Cafe Website/index.html index 45a8807..b5af905 100644 --- a/E-Cafe Website/index.html +++ b/E-Cafe Website/index.html @@ -23,6 +23,7 @@

Welcome to E-Cafe!
We're a small community with a Discord server, a Minecraft server

+ diff --git a/E-Cafe Website/styles.css b/E-Cafe Website/styles.css index d46937a..836b938 100644 --- a/E-Cafe Website/styles.css +++ b/E-Cafe Website/styles.css @@ -56,8 +56,8 @@ button { color: white; transform: scale(3, 3); width: 80px; - margin: 5%; - position: absolute; + margin: 7%; + text-align: center; } a { @@ -90,13 +90,14 @@ iframe.discord { text-align: center; } -.center { - text-align: center; -} - footer { background-color: rgb(42, 42, 42); text-align: center; padding: 20px 20px; color: gray; + margin-top: -50px; + position: fixed; + bottom:0; + width: 100%; + z-index: 1; } \ No newline at end of file