I just started developing a new website and I have some questions. You can see the some of the html/css here: http://web12.leankursus.dk/
But I do have some CSS questions:
1) Why does the a:hover only apply to “OM OS” and “KONSULENT” and not the other links.
2) Why is the black “TESTIMONIALS” so wide?
3) “FORSKNING NYHEDER BØGER FORESPOERGSEL” Do have a lot of white space above them. Do you know why?
Thank you very much in advance.
1) Put everything like this:
before this:
Your links then will have unique colour but all your links on hover will have the same color. Does it make sense?
2) Here’s what makes testimonials so wide:
3) Display your links as a block element:
I hope it helps!