Kostexx
@KostexxAll comments
- @Thelma6002Submitted 4 months ago
- @Akinloluwa-AdedijoSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
i'm proud i was able to figure out the grid template areas solution to position the cards that way
What challenges did you encounter, and how did you overcome them?my biggest challenge was figuring out the grid template areas solution to position the cards that way. i was able to figure it out by looking online for grid cheat sheets and some specific grid terms and also seeing it similar designs and code helped
What specific areas of your project would you like help with?n/a
- @fsahinbasSubmitted 3 months ago@KostexxPosted 3 months ago
With using max-width: 30% on product class, the product card will be squeezed. Maybe using fixed width would be a better solution. Otherwise, nice work!
Marked as helpful0 - @Akinloluwa-AdedijoSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
n/a
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
@KostexxPosted 3 months agoTo avoid adding the same color value for different elements, you can use variables.
0 - @nielsfechtelSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Got somewhat better with sizing a responsive container.
- @Dev-AbhiramSubmitted 4 months ago@KostexxPosted 4 months ago
To ensure that your .container is truly centered vertically as well, add height: 100vh; to the body. You use margin for each element instead of using one padding size for the parent element.
Marked as helpful0 - @KS-Coder24Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of my ability to work with HTML confidently and efficiently. While I'm still developing my skills with CSS, I managed to navigate the styling challenges for this project with relative ease. However, I recognize that I haven't yet established a consistent workflow for CSS styling. Moving forward, I am eager to refine my approach and build a more effective rhythm for styling. I look forward to future challenges as opportunities to improve and solidify these skills.
What challenges did you encounter, and how did you overcome them?I initially faced some confusion regarding the project's design. The challenge was determining whether the soft, muted blue background images or the larger white background (with designs) image should be considered the primary background. Since the provided materials only included the design with the soft, muted blue background and did not provide materials for the designs on the white background image, I decided that the soft blue was the primary background. This choice aligned with the available design elements and ensured consistency in the final project.
What specific areas of your project would you like help with?At this stage, I’m not certain which specific areas might pose challenges that I cannot address on my own. However, I would greatly appreciate any feedback on my current work that could highlight potential issues or areas for improvement. Your insights would be valuable in helping me enhance my project.
@KostexxPosted 4 months agoNice design. But you didn't specify font-family in your main.css, so the component doesn't show the correct font.
0