Hi
An assessment please
Assessment: Using your new knowledge
Solution: Code
Thank you, Sveta
you should remove the commented CSS, always remove unused commented CSS styles when you are done. comments are supposed to explain what certain styles are for in CSS. an h3 or h4 should be around the job-title class instead of the div. divs are for dividing the layout.
Thanks for your reply
I used comments to indicate which properties I added in the second part of the assignment. I didn’t do the html part it was a template.
Thanks for having a look at this task @Nebula
To add my two cents:
Nice use of the gradient @snush That looks cool!
Regarding the “job-title” class (I know it is given as a template ): I think using
h3
or h4
wouldn’t be a good idea since headings should represent the main structure of a text and using a h3
between h1
and h2
messes with this structure.
Have a nice day!
Michael