Uh oh!
There was an error while loading. Please reload this page.
London | 26 ITP May | Sayeed Hussain | Sprint 1 | Form Control - #1230
London | 26 ITP May | Sayeed Hussain | Sprint 1 | Form Control#1230sayeedhussain01 wants to merge 6 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| <link rel="stylesheet" href="style.css"> | ||
| </head> | ||
| <body class="font"> |
There was a problem hiding this comment.
Do you need this class font to its styles to the body element?
There was a problem hiding this comment.
No, it is not strictly necessary for body element ,but I added it to ensure consistent font styling across the entire page.
| <!-- This is a size option --> | ||
| <div> | ||
| <label class="blk" for="sz"> T-shirt Size*</label> |
There was a problem hiding this comment.
Try to avoid heavily abbreviated class names as it takes away the meaning and makes it difficult for other developers to understand. Let me know if you dont understand what I mean and I can clarify with you on slack.
| /* This is a whole form's class */ | ||
| .form{ |
There was a problem hiding this comment.
what styles here are specific to the form element?
There was a problem hiding this comment.
I just moved whole form in the middle of the page .
cjyuan
commented
Jun 9, 2026
@Sambuxc Since you have approved the PR, I am labelling this PR "Complete" on your behalf. |
cjyuan
commented
Jun 9, 2026
Please note that in CYF courses, the recommended way to inform the reviewer of your changes is to do both of the following:
|
illicitonion
commented
Aug 24, 2026
Closing PR because the May ITP run has finished. Feel free to re-open if you're still working on it. |

Learners, PR Template
Self checklist
Changelist
I have updated all input and select options .Also, I validated all html Elements with a validator and checked accessibility with lighthouse.