Modificato CSS Homepage

master
Michael Vignotto 2020-06-10 16:55:29 +02:00
parent 80b05dca53
commit d348473db2
6 changed files with 15 additions and 5 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -29,6 +29,10 @@
</form> </form>
</div> </div>
</div> </div>
{% block beforecontent %}
{% endblock beforecontent %}
<div class="container"> <div class="container">
{% block content %} {% block content %}

View File

@ -5,8 +5,16 @@
<link rel="stylesheet" href="{% static 'css/style.css' %}"> <link rel="stylesheet" href="{% static 'css/style.css' %}">
<link rel="stylesheet" href="{% static 'css/navbar_style.css' %}"> <link rel="stylesheet" href="{% static 'css/navbar_style.css' %}">
<link href="https://fonts.googleapis.com/css2?family=Faster+One&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Faster+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap" rel="stylesheet">
{% endblock css %} {% endblock css %}
{% block beforecontent %}
<div class="contained-img-bar">
<div class="text-contained-img-bar">In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} cocktails</div>
</div>
{% endblock beforecontent %}
{% block content %} {% block content %}
<!-- CAROUSEL CHE NON MI PIACE --> <!-- CAROUSEL CHE NON MI PIACE -->
<!-- <div id="carousel-cocktail" class="carousel slide" data-ride="carousel"> <!-- <div id="carousel-cocktail" class="carousel slide" data-ride="carousel">
@ -46,7 +54,7 @@
</div> </div>
</div> --> </div> -->
<!-- <h1 class="text-center">In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} <i class="fas fa-cocktail"></i> </h1> --> <!-- <h1 class="text-center">In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} <i class="fas fa-cocktail"></i> </h1> -->
<div class="card mt-3"> <div class="card mt-2 mt-lg-1">
<div class="card-header"> <h1 class="text-center text-muted">LISTA COCKTAILS : </h1></div> <div class="card-header"> <h1 class="text-center text-muted">LISTA COCKTAILS : </h1></div>
</div> </div>
{% for cocktail in lista_cocktail %} {% for cocktail in lista_cocktail %}
@ -69,8 +77,4 @@
<div class="row"> <div class="row">
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<div class="contained-img-bar mt-2">
<div class="text-contained-img-bar">In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} cocktails</div>
</div>
{% endblock content %} {% endblock content %}

BIN
static-storage/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -40,6 +40,7 @@ a:hover{
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-family: 'Orbitron', sans-serif;
} }
#color-for-glass{ #color-for-glass{
@ -53,6 +54,7 @@ a:hover{
width: 100%; width: 100%;
} }
@media screen and (max-width:600px){ @media screen and (max-width:600px){
h1 { h1 {
font-size: 1.5rem!important; font-size: 1.5rem!important;