I’ve got a div called ‘menu’ and inside that menu there are some divs and inside them there are hyperlinks.
I have a class for ‘menu’ and I also want a class to apply to all of my hyperlinks a certain height and width.
I tried .MenuDiv a{} but it didn’t work
Does this help?
.Menu div a
{
…
}