From bd2622b7a022c68d1f4e136c6ae82655ec774d51 Mon Sep 17 00:00:00 2001 From: Michael Vignotto Date: Thu, 11 Jun 2020 21:24:44 +0200 Subject: [PATCH] Adding Some CSS Style --- cocktail/templates/base.html | 6 ------ .../__pycache__/forms.cpython-37.pyc | Bin 577 -> 577 bytes .../__pycache__/models.cpython-37.pyc | Bin 3830 -> 3830 bytes .../__pycache__/views.cpython-37.pyc | Bin 2422 -> 2422 bytes static-storage/css/cocktail.css | 4 +++- static-storage/css/style.css | 5 +++++ 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cocktail/templates/base.html b/cocktail/templates/base.html index 85b6a05..adca35f 100644 --- a/cocktail/templates/base.html +++ b/cocktail/templates/base.html @@ -8,12 +8,6 @@ - {% block css %} {% endblock css %} diff --git a/cocktail_list/__pycache__/forms.cpython-37.pyc b/cocktail_list/__pycache__/forms.cpython-37.pyc index 8cc583a39a21cc98305d298ea0b3e841fac4d9a7..981209912bd4a60dbafdd385d555d39aa4c080f4 100644 GIT binary patch delta 22 ccmX@ea*&1BiIvYu$orBH08C5=5dZ)H delta 22 ccmew+`%RYDiI?=d2EhOT delta 23 dcmew+^i7D*iIXPw diff --git a/static-storage/css/cocktail.css b/static-storage/css/cocktail.css index 8d9decf..066919b 100644 --- a/static-storage/css/cocktail.css +++ b/static-storage/css/cocktail.css @@ -1,4 +1,6 @@ - +body{ + background-color: black; +} .text-on-header{ color: black; font-family: 'Pacifico', cursive; diff --git a/static-storage/css/style.css b/static-storage/css/style.css index 448f1ce..a3c4c05 100644 --- a/static-storage/css/style.css +++ b/static-storage/css/style.css @@ -1,6 +1,9 @@ * { box-sizing: border-box; } +body{ + background-color: black; +} .text_on_image{ color:white; @@ -30,6 +33,7 @@ a:hover{ /* background-size: cover; */ background-position: center; position: relative; + border: 3px solid white; } .text-contained-img-bar{ color: white; @@ -37,6 +41,7 @@ a:hover{ text-align: center; position: absolute; font-size: 1.5em; + border: 5px solid white; top: 50%; left: 50%; transform: translate(-50%, -50%);