diff --git a/cocktail_list/templates/cocktail.html b/cocktail_list/templates/cocktail.html index c7da026..e323226 100644 --- a/cocktail_list/templates/cocktail.html +++ b/cocktail_list/templates/cocktail.html @@ -4,7 +4,8 @@ - + + {% endblock css %} @@ -15,7 +16,7 @@ COCKTAIL | {{ cocktail.nome_cocktail }} {% block content %}
-

{{ cocktail.nome_cocktail }}

+

{{ cocktail.nome_cocktail }}

@@ -23,7 +24,7 @@ COCKTAIL | {{ cocktail.nome_cocktail }}
-
INGREDIENTI :
+
INGREDIENTI :

    {% for ingredienti in cocktail.ingredienti.all %} @@ -32,13 +33,13 @@ COCKTAIL | {{ cocktail.nome_cocktail }}

-
PREPARAZIONE :
+
PREPARAZIONE :

{{ cocktail.preparazione }}


-
STORIA :
+
STORIA :

{{ cocktail.storia }}


-
CURIOSITÁ :
+
CURIOSITÁ :

{{ cocktail.curiositá }}

diff --git a/static-storage/css/cocktail.css b/static-storage/css/cocktail.css index 507c2c2..eb922ea 100644 --- a/static-storage/css/cocktail.css +++ b/static-storage/css/cocktail.css @@ -1,6 +1,12 @@ -.text-on-body{ +.text-on-header{ color: black; font-family: 'Pacifico', cursive; font-size: 20px; -} \ No newline at end of file + text-transform: uppercase; +} +.text-on-body{ + color: black; + font-family: 'Indie Flower', cursive; + font-size: 25px; +}