-
-
Notifications
You must be signed in to change notification settings - Fork 353
West Midlands | 26-Jan-ITP | Fida H Ali Zada | Sprint 1 | Wireframe to Web Code #941
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jayshreehajgude2012
left a comment
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.
There are some rules which are defined more than once. Some tags are not closed. Nesting of tags can be be improved.
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> |
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.
duplicate header and its not closed
| border: var(--line); | ||
| padding-bottom: var(--space); | ||
| text-align: left; | ||
|
|
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.
opened the article selector but never closed it.
| > img { | ||
| grid-column: span 3; | ||
| } | ||
| grid-template-columns: repeat(2 ,minmax(0, 1fr)); |
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.
same rule defines twice
The second one overrides the first
Remove the unused one

Self checklist
Changelist
I added a header, three articles with a title, description, and a link, and a footer. Also, removed some of the CSS styles already in the CSS file and added my own styles.