Site logo

Archived topic

horizontal rule on header

3 replies · Started by Robin on July 12, 2020

Viewing posts 1–4 of 4

Hello again. I am doing a website that is white on white, white header, white body, and I'd like to put a horizontal rule between header and body. Is that just putting in css for the header that specifies no border on all but bottom, which has 1 pixel solid border black?

Thank you.

Hi there,

Looks like you've already done it?

is that what you would have recommended? border-bottom applied to the inside-navigation class?

also, I want to make full-width hairline rules of various colors in between containers that are not full width. Do you have advice for things I might miss as I lay out those 1-pixel lines?

thank you very much!

I would go with this instead:

.main-navigation {
    border-bottom: 1px solid #000;
}

also, I want to make full-width hairline rules of various colors in between containers that are not full width. Do you have advice for things I might miss as I lay out those 1-pixel lines?

Can you open a new topic and guide us to the page in question?

This archived topic is closed to new replies.