A imagem não está flutuando para cima, sempre que tento ocorre uma quebra no layout fazendo com que a barra de navegação e a imagem se quebrem. Alguém poderia me ajudar? Obrigada!
body{
background-color: #F2FFFC;
font-family: "Crimson Text", "Times New Roman", serif;
font-size: 14pt;
line-height: 1.5;
}
h1, h2{
font-family: "Open Sans Condensed", "Arial", sans-serif;
clear: both;
}
h1{
background-color: #851944;
color: #FFF;
text-align: center;
}
p{
margin: 20px 0;
text-align: justify;
}
blockquote{
border: 10px solid #C2CCCA;
box-sizing: border-box;
margin: 0;
padding: 20px;
width: 252px;
width: 250px;
}
.petrobras{
float: right;
margin-left: 55px;
}
.fiat{
float: left;
margin-right: 55px;
}
cite{
font-style: italic;
float: right;
}
.subtitulo-texto{
clear: both;
}
aside a{
color: inherit;
font-family: "Open Sans Condensed", sans-serif;
padding: 20px;
text-decoration: none;
}
footer{
padding: 20px;
}
main h1{
background-color: #851944;
border-bottom: 10px solid black;
color: #F2FFFC;
font-size: 60px;
font-family: "Open Sans Condensed", sans-serif;
margin: 0;
padding: 20px;
text-align: center;
text-transform: uppercase;
}
main a{
color: #851944;
}
h2{
font-size: 40px;
font-family: "Open Sans Condensed", sans-serif;
}
main div{
margin: 0 auto;
width: 720px;
padding: 30px 0;
}
aside ul{
list-style-type: none;
text-align: center;
}
aside h1{
font-size: 30px;
margin-bottom: 25px;
}
strong{
font-weight: 600;
}
em{
font-style: italic;
}
h2{
font-size: 30px;
}
aside div{
background-color: #851944;
}
.icones-sociais li{
display: inline-block;
}
.img-github{
background-image: url("../_img/github.png");
background-repeat: no-repeat;
}
.img-twitter{
background-image: url("../_img/twitter.png");
background-repeat: no-repeat;
}
.img-linkedin{
background-image: url("../_img/linkedin.png");
background-repeat: no-repeat;
}
.icones-sociais a{
display: inline-block;
height: 40px;
width: 40px;
text-indent: -99999px;
}
.rodape{
background-color: #000;
color: #F2FFFC;
padding: 20px;
}
article{
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding-bottom: 30px;
}
article footer a{
color: #851944;
}
.leia-mais{
background-color: #E6E7E8;
display: block;
font-size: 12pt;
margin: 16px;
padding: 8px;
text-align: center;
text-decoration: none;
}
nav a{
text-transform: lowercase;
}
img, aside{
float: right;
border-left: 10px solid black;
border-bottom: 10px solid black;
clear: both;
box-sizing: border-box;
}
img .navegacao-site{
width: 15%;
box-sizing: border-box;
float: right;
}
.rodape{
clear: right;
}
main {
float: left;
width: 85%;
}
.minha-foto, .navegacao-site {
float: right;
}
main {
width: 85%;
}