Latest comments
- @ngcoder7@span6484
Good job
- @Meeday147What specific areas of your project would you like help with?
javascript
@span6484Creative design!
- @Congroooooo@span6484
You really did great job
- @tanestila@span6484
Clean Code. I should write variables just like you next time.
- @CodeByShomaWhat are you most proud of, and what would you do differently next time?
I'm proud that I was able to complete the entire layout using only CSS Grid.
It was my first time building a full component layout with Grid, and I was very excited to finally understand how to control background and content widths.Next time, I’d like to make the design responsive for smaller screen sizes and experiment more with reusable components.
What challenges did you encounter, and how did you overcome them?The most challenging part was figuring out how to separate background width and content width in each section using Grid.
What specific areas of your project would you like help with?
I also struggled with when to usesubgrid
and when not to.
After a lot of trial and error, I learned to use a.inner
structure to control layout cleanly.I'd like feedback on my layout structure using CSS Grid, especially:
- Is my use of
.inner
a good approach for separating background and content width? - Did I use
subgrid
appropriately, or is there a better way? - Is my HTML structure clean and semantic?
Any advice would be greatly appreciated!
@span6484Nice Job bro, you are doing so great on grid. Would you connect me on Linkedin, I'm Aiden (Shaoqiu) Pan. I hope we could discuss about frontend in the future.:)
- Is my use of