Hopefully someone can answer this. I added the the style for the h2 and p tags…h2 should be 80% of the viewport width and p 75% of the viewport’s smaller dimension. The code appears to work correctly BUT it doesn’t pass the run test… should I be using font-size: I don’t get why it doesn’t pass.
I seem to be having issues with this same challenge. instructions: Set the width of the h2 tag to 80% of the viewport's width and the width of the paragraph as 75% of the viewport's smaller dimension.
edit: not sure why but if I write the code for only one element, the p tag for example, it’ll be checked off ok. But If I try to include both selectors, the one that comes second will not check off even though it works when it’s the only one. Strange.