Cape Town | 2026-ITP-May | Juanita Nwachukwu | Sprint 2 | Wireframe to Web Code (2)#1423
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cjyuan
left a comment
There was a problem hiding this comment.
-
When a wireframe is provided, our implementation should closely reflect its appearance and layout to ensure consistency with design expectations. To better match the wireframe, can you update the CSS to ensure
- The page title and the text beneath it are centered on the page.
- Articles 2 and 3 are placed side by side (with article 2 to appear on the left of article 3) beneath article 1
- The footer content is centered
- Article title is placed beneath the article image
-
One of the acceptance criteria, "The page footer is fixed to the bottom of the viewport", has not yet been satisfied. Can you make the necessary change? (Suggestion: Ask AI what that requirement means).
| article > img { | ||
| grid-column: span 3; | ||
| } | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Code is not yet consistently indented.
Could you look up the benefits of using a code formatter? I strongly recommend following this guide
to enable VS Code's "Format on Save" option or use its "Format Document" command. This will help ensure your code is consistently formatted and easier to read and maintain.

##Juanita | Wireframe PR 2
Self checklist
Changelist