Matthew Marshall
@marsh189All solutions
- Submitted 5 months ago
Responsive Recipe Page with React
- HTML
- CSS
This was really my first attempt setting up media queries on my own. I would like to know if I did a good job with it or if there was an easier way to get the page to feel responsive on mobile devices.
- Submitted 5 months ago
Social Links Profile Component using React
- HTML
- CSS
This challenge was not too difficult and I believe I was able to complete it as close to the design specs as I could.
- Submitted 5 months ago
Blog Preview Card Component
- HTML
- CSS
I would like to learn best practices for making items more responsive.
- Submitted 5 months ago
QR Code Component
- HTML
- CSS
I would like to get better at understanding how to create responsive websites. I also would like to know what the best solution to sizing the image was. I found that setting max-width to '-webkit-fill-available' got it to fit as I wanted it to, but I do not know if this is the best way to go about it. Should it just have a set height and width?