- Original Poster
- #1
hello everyone, I'm still in the process of learning about different ways to position with CSS. I'm having bit of trouble this one here:

As you can see in the screenshoot that there's a gap between the header and left hand side of the screen. I used absolute positioning but i can't seem to close the gap. what should I do?
here are the inputs:
can you see anything wrong?

As you can see in the screenshoot that there's a gap between the header and left hand side of the screen. I used absolute positioning but i can't seem to close the gap. what should I do?
here are the inputs:
H1 {border-style: solid;
text-align: center;
border-width: 5px;
color: #0066FF;
background-color: #b0c4de;
width: 100%;
position: absolute;
left: 10px ;
top: -1px ;}
can you see anything wrong?