-
-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NW6/Ayman-matoo/Html Css /Bikes for refugees /week 1 #484
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-bfr ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
index.html
Outdated
@@ -21,158 +21,174 @@ | |||
|
|||
<body> | |||
<div class="header"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This div isn't semantic, it's a generic html tag. Mayble look at the class string as a clue to make it semantic!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, thank
Providing donated bikes and accessories to refugees and asylum | ||
seekers in Scotland. | ||
</p> | ||
<div class="button-div"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to add this div in. As mentioned the divs are not semantic, whereas the button tag is.
No description provided.