Latest solutions
- Submitted 14 days ago
Blog Preview Card using Flexbox
- HTML
- CSS
I would like help in editing the author portion of the design, as this was my main struggle.
- Submitted 10 months ago
QR Code Card using Flexbox
- HTML
- CSS
I would like help with cleaning up my code. Being fairly new to programming, I don't know all of the best practices when it comes to organizing my code.
Latest comments
- @vodamanSubmitted 10 months ago@outerspaceartiePosted 10 months ago
Hi @vodaman!
I see that your solution has some significant differences from the initial design. Firstly, there is a lot of padding within the card, which I think could be due to the fact that you included padding within your ".container" element. I've found that creating a container and then a card element within that container makes it easier to balance out what you want to affect the whole body and the card itself.
Secondly, it looks like you used Nunito as your font instead of Outfit. Since this challenge had the design files attached to it, I'd recommend looking over them in order to make sure you follow the design as close as possibly.
Outside of these two things, you have very well-structured code and your solution looks great!
0