DEV Community

Discussion on: Understanding The Box Model in CSS

Collapse
 
joomlaserbia profile image
Momir Despotović

For debbuging use outline vs border

Collapse
 
yamanidev profile image
Mohamed Yamani

What do you mean?

Collapse
 
paulnthompson84 profile image
Paul Thompson

outline: 1px solid red;

Outline is independent of the box model, so doesn't use any space.

Thread Thread
 
yamanidev profile image
Mohamed Yamani • Edited

Ohhhh that's right! I don't know how I never thought of using outline before. Thank you so much!!

I guess I never noticed the difference in layout when 1px is added in the border lol