Skip to content

Commit

Permalink
pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Sep 4, 2023
1 parent 2c953c7 commit 0155e9f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
15 changes: 7 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,19 +549,13 @@ div.dropdown-menu{
}
section#contato{
background:rgb(251,170,0);
background: linear-gradient( 50deg,rgb(251, 84, 0),rgb(251,170,0));
background: -o-linear-gradient( 50deg,rgb(251, 84, 0),rgb(251,170,0)),
-moz-linear-gradient( 50deg,rgb(251, 84, 0),rgb(251,170,0))
-webkit-linear-gradient( 50deg,rgb(251, 84, 0),rgb(251,170,0));
background: rgb(255, 170, 0) url("../imagens/pattern.png");
color: rgb(43, 3, 0);
font-family: "folks bold fino";
}
section.caixa-conteudo{
background:rgb(251,170,0);
background: linear-gradient(50deg,rgb(251, 84, 0),rgb(251,170,0));
background: -o-linear-gradient(50deg,rgb(251, 84, 0),rgb(251,170,0)),
-moz-linear-gradient(50deg,rgb(251, 84, 0),rgb(251,170,0))
-webkit-linear-gradient(50deg,rgb(251, 84, 0),rgb(251,170,0));
background: rgb(255, 170, 0) url("../imagens/pattern.png");
}
section#QuemSomos-titulo h4{
color: rgb(255, 227,160);
Expand Down Expand Up @@ -636,4 +630,9 @@ section#promocao{
}
section#home h4.titulo-pequeno{
color:rgb(255, 227, 160)
}
div#card-endereco{
border-radius: 12px;
padding:10px 0 0 8px;
background-color: rgb(255, 227, 160);
}
Binary file added imagens/Apresentação.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ <h4 style="margin-bottom: 15px;"><span>[</span> R$ 34,99 <span>]</span></h4>
<div class="align-self-center mr-auto ml-auto">
<div style="text-align: center;">
<a href="https://wa.me/5561994448515/?text=ol%C3%A1,%20gostaria%20de%20uma%20king%20pizza%20tradicional" target="_blank" class="btn whats"><i class="fa-brands fa-whatsapp fa-2xl"></i> Fazer pedido</a>
<p class="mb-0 mt-0" style="color: rgb(43, 3, 0);"><strong>Faça seu pedido pelo whatsapp</strong></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -764,7 +763,6 @@ <h4><span>[</span> R$ 34,99 <span>]</span></h4>
<div class="align-self-center mr-auto ml-auto">
<div style="text-align: center;">
<a href="https://wa.me/5561994448515/?text=ol%C3%A1,%20gostaria%20de%20uma%20king%20pizza%doce" target="_blank" class="btn whats"><i class="fa-brands fa-whatsapp fa-2xl"></i> Fazer pedido</a>
<p class="mb-0 mt-0" style="color: rgb(43, 3, 0);"><strong>Faça seu pedido pelo whatsapp</strong></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1022,7 +1020,6 @@ <h4><span>[</span> R$ 44,99 <span>]</span></h4>
<div class="align-self-center mr-auto ml-auto">
<div style="text-align: center;">
<a href="https://wa.me/5561994448515/?text=ol%C3%A1,%20gostaria%20de%20uma%20king%20pizza%20especial" target="_blank" class="btn whats"><i class="fa-brands fa-whatsapp fa-2xl"></i> Fazer pedido</a>
<p class="mb-0 mt-0" style="color: rgb(43, 3, 0);"><strong>Faça seu pedido pelo whatsapp</strong></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1076,12 +1073,14 @@ <h3>Valores</h3>
</div>
<div class="col-md-12 col-lg-4 d-flex">
<div class="align-self-center">
<p class="lead"><i class="fa-solid fa-location-dot fa-md"></i> St. M QNM 5 - <strong> Ceilândia, Brasília - DF, 72215-059 </strong></p>
<p class="lead"><i class="fa-solid fa-phone-volume fa-md"></i> +55 (61) 99444-8515</p>
<p class="lead"><i class="fa-brands fa-instagram fa-lg"></i> @king.pizzadelivery</p>
<p class="lead">
<i class="fa-regular fa-clock fa-md"></i> Funcionamento de segunda a sábado de 18:00 às 23:00
</p>
<div id="card-endereco">
<p style="font-weight: bold;"><i class="fa-solid fa-location-dot fa-md"></i> St. M QNM 5 - <strong> Ceilândia, Brasília - DF, 72215-059 </strong></p>
<p style="font-weight: bold;"><i class="fa-solid fa-phone-volume fa-md"></i> +55 (61) 99444-8515</p>
<p style="font-weight: bold;"><i class="fa-brands fa-instagram fa-lg"></i> @king.pizzadelivery</p>
<p style="font-weight: bold;">
<i class="fa-regular fa-clock fa-md"></i> Funcionamento de segunda a sábado de 18:00 às 23:00
</p>
</div>
<a href="https://wa.me/5561994448515/?text=Ol%C3%A1,%20gostaria%20de%20uma%20king%20pizza" target="_blank" class="btn whats"><i class="fa-brands fa-whatsapp fa-2xl"></i> Fazer pedido</a>
</div>
</div>
Expand Down

0 comments on commit 0155e9f

Please sign in to comment.