I am the worst developer in the world but I try. I can’t even get this link to style probably. Can anyone tell me what I did wrong?
I created a link with a div
<div class="ny"><a href=http://nyapples.com>yayaya</a></div>
css
.ny a {font-size: 2em;}
It doesn’t look like there is anything wrong.
All I can think of is an error in your browser or a conflicting CSS rule.
I would recommend using Chrome, right clicking and choosing
Inspect elementor using Firebug on Firefox, then the tool to select the hyperlink.In both, once selected, look at what CSS rules are being applied and see if there is something taking preference over this rule.