-
Replies
Hi,
I'm trying to make a site where different classes have different font-sizes.
So
.boxed { font-size:12px; }
OR
.boxed { font-size:0.8em; }
Both result in the row reducing in size compared to the other rows in the site.
What is the best practice for changing font-size for individual css classes please?
I'm not wanting to change the font-size for the whole site and I'm using CSS only - no sass.
Thank you
Brett