Skip to content

manchester_class5_yousef shaikhan_html/css_ week1#473

Open
youweb3 wants to merge 2 commits into
CodeYourFuture:masterfrom
youweb3:master
Open

manchester_class5_yousef shaikhan_html/css_ week1#473
youweb3 wants to merge 2 commits into
CodeYourFuture:masterfrom
youweb3:master

Conversation

@youweb3
Copy link
Copy Markdown

@youweb3 youweb3 commented Jul 29, 2022

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: Yousef Shaikhan
  • Your City :Manchester
  • Your Slack Name: Yousef Shaikhan

Homework Details

  • Module:HTML/CC
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard? FLEX BOX

  • What do you still not understand? DIRECTION FLEX BOD/ NAV BAR

  • Any other notes?

Comment thread css/store.css
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;

margin: 0.5rem 1rem;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

margin:0.5 em 1em;
it s better to use em foe margin and padding

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you for reviewing my cod.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

review completed

Comment thread css/store.css
@@ -0,0 +1,136 @@
body {

Choose a reason for hiding this comment

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

You can use the same CSS file to style your HTML files because many styles are for both files.

Comment thread css/style.css
margin-bottom: 60px;
}

.homepage-extended{

Choose a reason for hiding this comment

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

You could have used grid here, it would be easier.

Comment thread index.html
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<!-- All the images you need are in the 'img' folder -->

Choose a reason for hiding this comment

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

You can pass your code at https://validator.w3.org/

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for reviewing my cod and mentioning what should I do.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants