0
Guys I’m configuring my css but it appears a scroll horizontally 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;
}
Place
margin: 0;
in thebody
.– Sam
Vlww bro! Help me+
– html5