Latest solutions
Recipe Page Challenge
Submitted 6 months agoAligning the bulleted list to be centered, especially with the some of the texts needing to be bolded. I couldn't figure it out.
Blog Preview Card | Flexbox
Submitted 6 months agoI couldn't figure out how to resize the fonts when viewing on mobile without using media queries.
QR Code Component using Flexbox
Submitted 6 months agoIf anyone could review the code and help me clean it up, that would be awesome. I'm a little self conscious about either writing too much, or writing outdated practices. Are there better ways to write any of this, or is this project a little too small for any of that to help?
Thank you!
Latest comments
- @T23harms@tyshawn-anthony
Looks great! This one was a tough one for me, because of the mobile layout.
- P@RemcoHorbach@tyshawn-anthony
Nearly identical, great work!
- @Bloxer58What are you most proud of, and what would you do differently next time?
I'm satisfied that I learned how to use :hover in practical use.
@tyshawn-anthonyHey Bloxer! You did an awesome job here! Something I didn't do on my challenge the first time around was adjusting the line-height of the description paragraph. It will create some extra space for you, matching up the two screenshots a bit better.
I think another thing you could do differently is taking your <p>"Learning"</p> out of the div, I'm not exactly sure it makes a different but feels like an unnecessary div. This would clean up your code just a bit. :)
- @Coz267What are you most proud of, and what would you do differently next time?
Finished without copying anyone
What challenges did you encounter, and how did you overcome them?Learning html and css
@tyshawn-anthonyHi! You got the placement of the card near perfect, much better than I did on my challenge! I think to improve this one a bit, you could add a specified width to your word copy so it has the correct line breaks at the proper spots. Great work!