!NESSE CSS-IMAGEM NÃO CARREGA!
body {
height: 100%;
width: 100%;
background-image: url(./img/fundofooter.png);`
`
}
header {
position: relative;
background-color: orangered;
padding: 15px;
width: 100%;
height: 66px;
}
.logo {
display: inline-block;
width: 150px;
float: left;
margin: 0 0 0 220px;
}
nav {
display: inline-block;
position: relative;
left: 115px;
top: 33px;
}
nav li {
display: inline-block;
margin-left: 15px;
}
nav a {
text-decoration: solid;
text-transform: uppercase;
font-weight: bold;
color: black;
}
nav a:hover {
color: darkorange;
text-decoration: underline;
}
.redes-sociais {
display: inline-block;
position: relative;
top: 38px;
left: 180px
}
.redes-sociais figure {
display: inline-block;
margin-right: 7px;
}
main {
width: 100%;
height: 90%;
text-align: center;
margin: 0 auto;
}
!NESSE CSS-IMAGEM CARREGA!
body {
height: 100%;
width: 100%;
background-image: url(./img/fundofooter.png);
}
header {
background-color: orangered;
position: relative;
width: 100%;
margin: 0 auto;
text-align: left;
}
.logo-naruto {
display: inline-block;
padding-left: 210px;
}
.logo-naruto h1 {
display: inline-block;
}
nav {
display: inline-block;
position: relative;
left: 162px;
top: -22px;
margin: 0 auto;
}
nav li {
display: inline;
margin: 0 0 0 15px;
}
nav a {
text-transform: uppercase;
color: black;
font-weight: bold;
text-decoration: none;
}
nav a:hover {
color: darkorange;
text-decoration: underline;
}
.redes-sociais {
display: inline-block;
position: relative;
left: 227px;
top: -17px;
}
.redes-sociais figure {
display: inline-block;
margin-right: 7px;
}
.main {
width: 100%;
height: 90%;
text-align: center;
margin: 0 auto;
}
ul {
width: 100%;
text-align: center;
}
.personagens {
width: 1200px;
margin: 0 auto;
}
.personagens li {
display: inline-block;
text-align: center;
vertical-align: top;
box-sizing: border-box;
width: 253px;
padding: 15px 0;
margin: 1%;
border-color: #000000 ;
border-width: 2px ;
border-style: solid ;
border-radius: 10px;
}
.personagens li:hover {
border-color: darkorange;
}
.personagens li:active {
border-color: darkorange;
}
.personagens li:hover img {
height: 340px;
}
.personagens li:hover h2 {
font-size: 30px;
}
.personagens h2 {
font-size: 20px;
font-weight: bold;
padding: 20px;
}
.personagens p {
padding: 10px;
}
footer {
text-align: center;
}