I kindly ask for your assessment for the a cool-looking box test.
here is my code on codepen.
I do appreciate for your patience and help beforehand.
Hi @bedribulut
Well done!
It’s recommended to use unitless numbers for the line height (line-height: 3;
).
For the reason why, see this example on the line-height article.
You can also remove the height
property since the height will be defined by the line-height
(when having just one line).
Have a nice weekend,
Michael
3 Likes
Thank you so much Michael.
1 Like