Latest solutions
Social Links Profile using HTML and CSS via VSCode
PSubmitted 5 months agoI am getting better at CSS. I am looking more at organising my codes better.
QR code challenge using VS-Code and figma
PSubmitted 5 months agoCSS specifically as this is still new to me.
Latest comments
- @SimonaJanikovaP@luanch2016
Add padding to the body to shift the card down. padding: var(--spacing-1600, 128px) var(--spacing-600, 48px);
Marked as helpful - P@socratesioaWhat 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@luanch2016Code is well structured. Maybe for the button to stretch use: align-self: stretch;?
Marked as helpful - @LAndrikevychP@luanch2016
HTML code is very readable. CSS is neatly written and make sense. The output is very closely match to the challenge.
Well done!
- @ammar08sP@luanch2016
Can't access code to review the code but the general look of the page is pretty spot on with the example.