melanielogan74
@melanielogan74All solutions
- Submitted about 1 month ago
Testimonials Grid Section
- HTML
- CSS
Any recommendations on how to get the paragraph text to fill the cards, would be greatly appreciated.
- Submitted 2 months ago
Product Preview Card Component
- HTML
- CSS
I'd like to make the designs more responsive by using more automatic sizing for things like images and containers. I couldn't quite get it with the picture for this challenge. Also, I'd like to use the portrait and landscape media queries, but need help figuring out how to size for various devices.
- Submitted 3 months ago
Recipe Page
- HTML
- CSS
I'd like to hear feedback from others on the best approach for planning the layout for a project like this so that it is responsive and resizes without having to add a lot of code or use media queries.
- Submitted 3 months ago
Social Links Profile (Modified Design)
- HTML
- CSS
Any feedback that will help me improve is greatly appreciated.
- Submitted 3 months ago
Blog Preview Card
- HTML
- CSS
Thank you for previewing my attempt at this challenge. I welcome your feedback.
I had problems trying to center the container on the page. I tried including align-items in .card to center the container horizontally and vertically, but it only centered the text and not the container. Not sure how to fix this so I used the margins with percentages.
Also, had trouble increasing the height of the card. If I increase the height, all of the child items in the container shift down and leave a space at the top.
Lastly, if there is any feedback that could help me with isolating/sizing the card image so that it stays in place and does not shift when I'm working with the headings and paragraph.
- Submitted 3 months ago
QR Code Component - Refactor
- HTML
- CSS
I'd like feedback on how others planned their project. For instance, I saw two different ways of going about making the background light blue. And sometimes it's in seeing more than one perspective that I got confused (with things like flexbox). How do you plan and focus to get projects like this completed?
- Submitted 3 months ago
QR Code Component using HTML and CSS
- HTML
- CSS
I'd like help on better organizing CSS so I'm not using the same things over and over if I don't have to (i.e. using margin: auto for every ruleset).