Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

London 9 - Sahar Naderi - HTML/CSS - WEEK 1#271

Open
SaharNaderi wants to merge 1 commit intoCodeYourFuture:masterfrom
SaharNaderi:master
Open

London 9 - Sahar Naderi - HTML/CSS - WEEK 1#271
SaharNaderi wants to merge 1 commit intoCodeYourFuture:masterfrom
SaharNaderi:master

Conversation

@SaharNaderi
Copy link

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Copy link

@ehwus ehwus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Sahar,

The code here is consistently pretty solid - it's great to see your use of flex boxes for the page structure, and the semantic HTML is lovely to see too. There is quite a lot of use of absolute units, but I can see from your later work that this is a habit you are breaking!

Stylistically, I would always declare a font family on any webpage. Browser defaults can be really ugly. Fonts are tricky across browsers and operating systems, so Google Fonts is a really good way of managing this process: https://www.freecodecamp.org/news/how-to-use-google-fonts-in-your-next-web-design-project-e1ad48f1adfa/

There are some minor formatting mistakes, nothing dramatic, but again looking into some tooling in VS Code will be really helpful here.

Overall I think you're demonstrating a good grasp over the fundamentals of layout and the use of HTML/CSS.

font-size: 20px;
}

span {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use a class here, applying a blanket styling rule to a span element is pretty dangerous as we want them to be flexible parent containers for other elements.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants