SunnyFGC
@njmoon21All solutions
- Submitted 2 months ago
Order Summary Component with HTML/CSS
- HTML
- CSS
Once again on every solution I submit, it would be much help if anyone would point out any issues in my HTML semantics or the way I name my classes.
Also, let me know if there were any more efficient ways to go about making this elements. For example, the last project that had a button, I ended up using a div element instead of a button element, which was not optimal.
- Submitted 3 months ago
Testimonial Grid Page with HTML/CSS
- HTML
- CSS
I still need much more practice with grids, because I believe there are still many ways to set up grid layouts. I heard something about no worrying about creating rows UNLESS you need to format something very specific in your grid (Heard from YouTuber Kevin Powell). I'd like to seek some confirmation on whether that is good advice.
- Submitted 3 months ago
Four Card Feature Page with HTML/CSS
- HTML
- CSS
If there are any general formatting issues or suggestions, please feel free to be straight-forward. I am also looking for advice for whether my code is easy to read or not, as that was most of what my solution comments were talking about... 😅
- Submitted 3 months ago
Product Preview Page (PLEASE READ SOLUTION!!!)
- HTML
- CSS
I'm very bummed that I wasn't able to complete this on my own, however I felt like I have learned a lot from the resources I used. I would like some more advice on how or when to determine the mobile/desktop formatting (which one to do first over the other).
Resources -
Kevin Powell's Video: https://www.youtube.com/watch?v=B2WL6KkqhLQ
Josh Comeau's CSS Reset: https://www.joshwcomeau.com/css/custom-css-reset/
- Submitted 3 months ago
Recipe Page with HTML/CSS
- HTML
- CSS
I would like to get more help and polish more on how to use relative measurements and how to use the '@media' property. Quite a few comments mentioned that I needed to have more semantics in my code, so I tried implementing more, however I'm not sure whether I am doing it correctly.
- Submitted 3 months ago
Social Links Profile Webpage using HTML and CSS
- HTML
- CSS
I haven't practiced much pseudo-classes, hence why I was proud of using the :hover class for my buttons. I am also wondering how I can make the button take up on entire row, if I didn't need to use a div.
- Submitted 4 months ago
Blog Preview Card using HTML and CSS!
- HTML
- CSS
I need help with learning how to import fonts and how to use the specific attributes that are listed in the Figma design files.