Skip to content

Commit

Permalink
alterações para entrega
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Aug 9, 2023
1 parent b121ea3 commit 91b0dfc
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 399 deletions.
20 changes: 16 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ section#promocao-titulo{
section#promocao{
padding-top: 10px;
}
section#home, section#bomApetite, nav, section#promocao-titulo{
section#home, section#bomApetite, nav, section#promocao-titulo, section#QuemSomos-titulo{
background-image: url(../imagens/fundo-home2.jpg);
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -272,12 +272,12 @@ section .doceTexto{
padding-bottom:20px
}
section.caixa-conteudo{
background-color: #f79206;
background-color: #ffae00;
padding-top: 16px;
padding-bottom: 8px;
}
#quemSomos,#promocao{
background-color: #e7a344;
background-color: #180e01 ;
padding: 5px;
text-align: justify;
}
Expand All @@ -299,7 +299,7 @@ section.caixa-conteudo{
margin-bottom: 0;
}
.dropdown-menu a.dropdown-item:hover{
background-color: #d69b48;
background-color: #180e01;
color: aliceblue;
}
section#promocao .card{
Expand All @@ -310,4 +310,16 @@ section#promocao .card img.img-fluid{
}
a.link-do-carousel:hover{
text-decoration: none;
}
section#bomApetite a.nav-link{
color: #ffae00;
}
section#bomApetite a.nav-link:hover{
color: #ffae00ce;
}
section#bomApetite a.nav-link#link-redes{
color: #fff;
}
section#bomApetite a.nav-link#link-redes:hover{
color: #ffffffcd;
}
Binary file added imagens/Logo pizza king.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91b0dfc

Please sign in to comment.