Gabriel Medina Braga
@medina325All solutions
- Submitted about 2 months ago
Frontend Newbie QR Code Card with pure HTML & CSS
#animation#bem- HTML
- CSS
- Did I import the "Outfit" Google Font correctly? I copied and pasted the code directly from Google’s font page. Is there a better way to do this?
- What’s a good strategy for organizing my color palette or theme? Should I use CSS custom properties (variables)? Are there any common conventions, such as defining primary and secondary colors?
- Can someone explain if px is the best unit for padding, margin, border-radius, box-shadow, max-width, and font-size? And why is that?
- Is my solution responsive? If so, how can I verify this? What key factors should I consider to determine whether something is responsive or not?