Chrision Wynaar
@ClipzoramaAll solutions
- Submitted 4 days ago
Newsletter Sign-Up Form Design
- HTML
- CSS
- JS
I would like some help on how I can use margining and padding more efficient in this design. I acknowledged that my small absence in designing designs in HTML and CSS has caused me to be a little rusty when it comes to these fundamentals and would like some guidance to make my design more identical then how it looks.
If anyone can, in their free time, to look at my code and tell me what I can do for next time would be greatly appreciated.
- Submitted about 2 months ago
Testimonial Grid Section
- HTML
- CSS
I need help with being able to implement this design in a more optimal way. Always room for improvement!
- Submitted about 2 months ago
Order Summary Component Solution
- HTML
- CSS
If you notice the svg element inside of the card container, the image is not in the correct position where its supposed to be and i didnt know how to fix this and tried various things that correspond with its size and position in the container.
svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; /* card would be on top as the svg is in the background */ } .hero { position: relative; z-index: 1; border-radius: 20px 20px 0 0; width: 100%; height: 220px; object-position: center; object-fit: contain; }
As you can see this is a small error that needs to be fixed and would love all feedback for this design!
- Submitted 2 months ago
Four Card Feature Section
- HTML
- CSS
Always room for improvement. Let me know what I can do to make this more optimal :)
- Submitted 2 months ago
Stats Preview Card Solution
- HTML
- CSS
I would love help to make this solution more optimal. Theres always room for improvement!
- Submitted 2 months ago
Blog Preview Card Solution
- HTML
- CSS
Honestly, didn't have much problems with this one but feedback is always welcome. There is always a more optimal solution and if anyone can find one, please send!
- Submitted 2 months ago
Results Summary Component Solution
- HTML
- CSS
I would like help on the layout part of this project. They're not the same and I would like feedback to know what to do next time.
- Submitted 3 months ago
Frontend Mentor | 3-Column Preview Card Component Solution
- HTML
- CSS
Finding a more optimal way to do this. If there is anything that I could've done to make my code shorter, i'd appreciate the help.
- Submitted 3 months ago
Social Links --> Using Flexbox
- HTML
- CSS
Working on the media part. I have to keep practicing when it comes to the media part.
- Submitted 3 months ago
Recipe Page Solution --> Flexbox and Position
- HTML
- CSS
I would like help with understanding other ways I can do this and even more optimal.