Essay record

CSS: Adding Solid Border Messes up Layout

Record
Essay / / 1 min read / 93 words
Tags
Unfiled

DISCLOSURE: Some links may be affiliate links. Details

**Problem: **I want to create a border on the top bar of my site, but when I add it my whole column layout gets messed up. Why is this and how can I fix it?

**Solution: **Most likely, the problem is that your media queries aren’t accounting for the extra spaces the borders are taking up. If you want to have a border and not worry about the extra pixels, try using outline:

outline: 1px solid black;

Source:

Built with CloudSeed Rust