liamlizard
@liamlizardAll solutions
- Submitted about 2 months ago
Blog Card using Basics
- HTML
- CSS
The rounded border looks odd on the main image. The shadow for the main border looks off. Possibly should have put a div under the main content rather than using border radius. Not much margin between main content and borders on mobile design.
- Submitted 3 months ago
QR Component Page using CSS Flex
- HTML
- CSS
Centering the main part of the project. I already used display: flex, align-items:center, justify-content: center on the parent of the main container I used to hold the QR code, so I was unable to figure it out.