Noel Hoppe
@noelhoppeAll solutions
- Submitted 8 months ago
Social Proof Section using Tailwind CSS
- HTML
- CSS
- Please check for right use of negative margins.
- Please check for HTML semantic structure.
- When should I use instead of (considering star's svg files)
Edit: Colors are not äquivalent to design sheet
- Submitted 8 months ago
Preview card component using Tailwind CSS
- HTML
- CSS
- Is it good practice to use order properties?
- Project structure (Do I need .node_modules .package.json .package-lock.json .tailwind.config.js in my repository?)
- Submitted 8 months ago
Product Preview card using Tailwind CSS
- HTML
- CSS
- Considering Tailwind responsive classes in `` tag
-
Considering files pushing in my repository: I don't need .idea, node_modules, package-lock.json, package.json, tailwind.config.js in my repository, right?
-
Right use of `` tag?
Edit: I used similar colors to the design template from Tailwind CSS
- Submitted 8 months ago
FAQ accordion
- HTML
- CSS
- JS
Can somebody check for:
- Right use of px, rem, em and %
- HTML semantic (nest inside )
- Handling images, making images responsive (especially my icon plus and icon minus images look wierd on small devices), dealing with background pattern
- Submitted 8 months ago
CSS Grid - Four card feature section
- HTML
- CSS
Please check for
- Right use of px, em, rem, fr and %
- Is it usefull to use CSS Grid (two cols more in desktop version than needed and one row more in mobile version than needed) to make everything responsive and centered. Thanks a lot!