really didnt want to post this thread i wanted to get past this problem, i even read other forums which have resolved their issue but here it is
Code:#topbanner { background-color:#000000; width:100%; padding:25px; margin: 0 auto; border-radius:20px; }
margin: 0 auto;
}
#topbanner {
background-color:#000000;
width:1800px;
padding:60px;
margin: 0 auto 0 auto;
border-radius:20px;
background-image:url('clouds.png');
}
really didnt want to post this thread i wanted to get past this problem, i even read other forums which have resolved their issue but here it is
Code:#topbanner { background-color:#000000; width:100%; padding:25px; margin: 0 auto; border-radius:20px; }
#topbanner {
background-color:#000000;
width:100%;
padding:25px;
margin: 0 auto;
border-radius:20px;
margin-top:2cm;
}
i want it at the top of the page xD. i tried putting it at 0cm, but still theres that tiny gap inbetween.Add this
{
margin-top:2cm;
}
Depending on how you want it, So basically
Code:#topbanner { background-color:#000000; width:100%; padding:25px; margin: 0 auto; border-radius:20px; margin-top:2cm; }
i want it at the top of the page xD. i tried putting it at 0cm, but still theres that tiny gap inbetween.