Assessment wanted for CSS First Stepsss

https://mdn-css-assessment.glitch.me

Hello @Damaged_Coda

you doing great well done but it would be better to share link to the code not just the output

and have a nice day :slight_smile:

well, you can look at the source, can’t you?

i can but i have to navigate to the inspector to check the css which is not good when you want to read the whole page

1 Like

Hi @Damaged_Coda and @justsomeone :wave:

I hope I’am allowed to add my two cents :slightly_smiling_face:

  1. By looking at the inspector you’re watching the live DOM. Which means this view was built by the browser after trying everything possible to display the source code. Especially when doing assessments it’s helpful to see the unedited version. This way one can spot missing closing tags and such. Therefore it’s better to use the context menu and click “view source”. But than again you have to also open the linked CSS file…
  2. One big advantage of having the code page of glitch is (for me at least) to easily remix the project and test some changes, if there is something wrong in the task.

I hope that helps to understand how adding an additional link makes the life easier for us who are assessing tasks :blush:

Have a nice day both of you!
Michael

2 Likes

ok, thanks for explaining, thanks to both of you.

1 Like

btw here’s my code.
https://glitch.com/edit/#!/mdn-css-assessment

Hi @mikoMK thanks a lot for those cents :wink: and thanks a lot and you too :slight_smile:

1 Like

you very welcome and thanks for the link
you doing great well done you just missed to add some padding to the ul element as required in step 4

Give the ul used for the contact details a background-color of #eeeeee , and a 5px solid purple border . Use some padding to push the content away from the border.

and have a nice day :slight_smile:

1 Like