Need evaluation for First Steps in CSS

Here is what I had to do:
1.Set the

level to pink, using the CSS color hotpink.
2.Give the header a 10px dotted border-bottom, using the CSS color purple.
3.Italicize the

.
4.for the ul used for the contact details a background-color #eeeeeeee, and a border of 5px solid purple. Use some padding to push the text away from the border.
5.Changes the links to green when you hover over them.

[What I made is in here ]
(https://codepen.io/Coconut_Monkey/pen/jOpwzXy)