Latest comments
- @WaelBenseghirSubmitted 8 months ago
- P@margaux-worksSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of effectively using CSS Grid and grid-template to create a well-structured layout.
What challenges did you encounter, and how did you overcome them?I struggled with absolute positioning causing elements to overlap or overflow (specially the icons in the cards). I resolved this by carefully using position: absolute within the grid to control placement and avoid layout issues.
What specific areas of your project would you like help with?I need help adjusting the unwanted padding and margin on the h1 and h2 elements, which are making the headings appear too narrow and affecting the overall layout.
@qlubackPosted 8 months agoReally nice job ! I discovered this new CSS rule "grid-template-areas" thanks to you, very interesting to center elements like this.
Otherwise, i just noticed that your colored borders are not exactly like the preview. You can use "::before" in CSS to make your borders straight, using position/overflow rules in your card elements.
Have fun !
Marked as helpful0 - P@francimelinkSubmitted 8 months ago
- @achallettSubmitted 8 months ago@qlubackPosted 8 months ago
Really nice job ! I should be less lazy and use CSS variables like you !
1 - @JangidShrawanSubmitted 8 months ago@qlubackPosted 8 months ago
You did a nice job !
Don't hesitate to use correct font weight for texts and buttons, and make the description centered.
Marked as helpful0 - @kevinphucSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I have improve a lot from the first exercise.
What challenges did you encounter, and how did you overcome them?I have a problem when deploy in page.github.io that the image was not deployed along with the code while I did not adjust any path of any image. When I run on my localhost it still have those images like default.
@qlubackPosted 8 months agoNice job !
Keep focusing on CSS Flexbox as you did for the element "author", it will make your life easier !
You can remove width and height for the element "status", it's not necessary at all to use fixed dimensions in this case for this element. I know your element "status" will take the full width available but if you apply correct CSS Flexbox rules on the element "card", you will only have to add some padding on the element "status" to render it as required in the exercise.
Have fun !
0