Assessment wanted for "Images and form elements task two"

I want a review for my code.
Here are the , code pen link & task link

Hi @Dinesh_Sake

Great job! Everything is correct! :medal_sports:

Here’s an additional question for you if you like:
Can you think of other font-size values that would have the same effect as 100%?

Enjoy the weekend,
Michael

2 Likes

Well, I can use relative unit like 1em which uses font-size relative to its parent element.

Have a great weekend,
Dinesh

1 Like

Correct :white_check_mark:
You could also use the global value inherit.

1 Like