Latest solutions
- Submitted about 19 hours ago
Recipe page using HTML and CSS on VSCode
- HTML
- CSS
Any improvement on the CSS code.
- Submitted 4 days ago
Social Links Profile using HTML and CSS via VSCode
- HTML
- CSS
I am getting better at CSS. I am looking more at organising my codes better.
- Submitted 8 days ago
QR code challenge using VS-Code and figma
- HTML
- CSS
CSS specifically as this is still new to me.
Latest comments
- @SimonaJanikovaSubmitted about 21 hours agoP@luanch2016Posted about 19 hours ago
Add padding to the body to shift the card down. padding: var(--spacing-1600, 128px) var(--spacing-600, 48px);
Marked as helpful0 - P@socratesioaSubmitted 4 days agoWhat are you most proud of, and what would you do differently next time?
I tried to write as clean of a code as I could. I feel I get better at that with each project.
What challenges did you encounter, and how did you overcome them?I had a few issues with getting the buttons to take the full width of the container. But I managed to do it by setting width: 100% and max-width: 384px.
What specific areas of your project would you like help with?I always need feedback on whether the code is clean enough.
P@luanch2016Posted 4 days agoCode is well structured. Maybe for the button to stretch use: align-self: stretch;?
Marked as helpful0 - @LAndrikevychSubmitted 5 days agoP@luanch2016Posted 5 days ago
HTML code is very readable. CSS is neatly written and make sense. The output is very closely match to the challenge.
Well done!
0 - @ammar08sSubmitted 8 days agoP@luanch2016Posted 8 days ago
Can't access code to review the code but the general look of the page is pretty spot on with the example.
0