Hello,
I would like assessment of my work for the Creating fancy letterheaded paper assignment.
My code can be found at the JSFiddle link below and I have added the link to the assignment page as well.
Thanks in advance.
Nebojsa Vidovic
Hello,
I would like assessment of my work for the Creating fancy letterheaded paper assignment.
My code can be found at the JSFiddle link below and I have added the link to the assignment page as well.
Thanks in advance.
Nebojsa Vidovic
Nice work, @nebojsavidovic01!
All the rules are looking good.
In the project brief under “The logo” it says:
Now comment out the filter and implement the drop shadow in a different (slightly more cross-browser compatible) way, which still follows the shape of the round image.
Do you have an idea which CSS property could be used for that?
Michael
Hello, @mikoMK!
Thank You for checking my code again!
I missed that part in the assignment, I was able to set a round drop shadow, by setting a border-radius for the h1 element and then using a box-shadow property to add the drop shadow.
Here is the updated jsfiddle link.
https://jsfiddle.net/nebojsavidovic01/ap9sL481/14/
Nebojsa
That’s right!
Well done.