I've created three horizontal stripes to create an extended flag that will run at the top of my page:
CSS
#main1 div{
width: auto;
height: 20px;
margin: 0px
HTML
<div id="main1">
<div style="background-color:red;"></div>
<div style="background-color:blue;"></div>
<div style="background-color:orange;"></div>
How to get it to stick right up to the edge of the browser?
(as in no gaps on the left right or top)
And also is there any easier / better way I could have done this
Keep in mind I'm very much a novice
Your help is much appreciated!
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…