Nabil
@Nabil-Nabil-NabilAll comments
- @MetalRick84Submitted over 1 year ago
- @mack64948Submitted over 1 year ago@Nabil-Nabil-NabilPosted over 1 year ago
Try to learn "flex" and "grid" It will help you a lot
0 - @ivargasmSubmitted over 1 year ago
This project cost me a lot of work in the css part, I know that it can be improved much more, use react with vite, it is my first project with these technologies, so I know that what I did can be improved, any comment to improve is welcome. greetings.
- @miabreuSubmitted over 1 year ago
- @JulizajzSubmitted over 1 year ago
- @mack64948Submitted over 1 year ago@Nabil-Nabil-NabilPosted over 1 year ago
Good job my friend, keep going πβ€π
Marked as helpful1 - @Madrine256Submitted over 1 year ago
If it works don't touch it π Anyway had fun building this and didn't take much time so Goodluck everyone. Any suggestion is much appreciated, Happy codding ):
- @Madrine256Submitted over 1 year ago
Flexbox still challenging but hopefully with continuous practice I will definitely understand it. Thanks for this challenge.
- @albuquerquegusSubmitted over 1 year ago@Nabil-Nabil-NabilPosted over 1 year ago
Nice job bro π you need to chenge padding and border-radius of card
.card { padding: 16px; border-radius: 20px; }
and delete the attribution div in HTML good job bro β€
0 - @as90695Submitted over 1 year ago
I have used css flex box to create this reponsive website. I am currently facing issue while writing code for mobile viewport. If you have any suggestion them please DM me.
@Nabil-Nabil-NabilPosted over 1 year agoYou need to change width of container 320px and border-radius 20px
/* parent-container */ .main { width: 320px; border-radius: 20px; }
nice job bro π
0 - @UriasmanuSubmitted almost 2 years ago