0
Width border
can you stretch the width border from end to end(left-right)?
5 Answers
+ 2
I didn't understand your question :(
+ 2
Maybe you want to avoid default margin of the page:
body { margin:0; }
Else you want to set ( or unset ) some padding values ( of an element or a container element ), so use 'padding' css property...
I don't know if I answer in the good direction: sorry if not ^^
+ 1
margin: 0 auto;
0
when you set how far the width border stretches it always leaves space on the y axis in the beginning of the page and the ending of the page.
space
â. â
[ <--->. ] (<-- like this)
l want the border to stretch from the start to the end of the y axis
No Space
â. â
[<--->] (<-- like that)
0
thanks