Peter
@skipperr254All solutions
- Submitted 3 months ago
Blog Preview Card Using BEM CSS Styling and Flexbox
- HTML
- CSS
- How was my implementation of BEM? Is that's how it's done or is there a better way I missed?
- Is using
rem
for the various sizes including thetext-size
,width
, andborder-radius
the best way to scale the elements based on the screen size? Did I use therem
sizing the correct way?
- Submitted 3 months ago
QR code components in CSS and HTML
- HTML
- CSS
- What are the best options for centering a div or any other element for that matter?
- What are the best ways/best-practices for naming CSS classes?
- How good was my selection of elements to build this project? I mean, should I have wrapped the different elements in divs or sections or was this approach good enough?