Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS not selector Reply To: not selector

#278390
Drakcio
Participant

Im mean, h1 that is in Div selector scales to font size too what makes it really small,so im just asking is there anyway to rule out h1 form there.

div *{
font-size:2.8vw;
}

I know i can make this by taking * from div but that woudl be a lot of work.

If what im saying is not clear i can post the code.