Galera tou configuring my css but ta showing a horizontal scroll already tried in various ways and nothing! Follow the code:
@charset "UTF-8";
body{
width: 100%;
height: 100%;
background-color: white;
}
li{
color: white;
}
header#fundo-cima{
width: 100%;
position: absolute;
}
header#fundo-cima img{
width: 100%;
height: 100px;
position: absolute;
top: 0px;
}
nav#Rodape-cima li{
display: inline-block;
position: relative;
top: -100px;
margin: 19px;
}