I updated the solution with a basic drag & drop functionality
NKWETAKEM TABO BRUNO
@BLADEHEDAAll comments
- @UnTalPelucaSubmitted over 2 years ago@BLADEHEDAPosted about 2 years ago
your work is perfect buddy . i dont know what can add to that
1 - @joanQ95Submitted about 2 years ago@BLADEHEDAPosted about 2 years ago
Nice try. But from preview of the site, the size of your container is too big th it requires scrolling in order view its content. Try re-adjusting a little bit. Hope this was helpful . Happy coding
0 - @romila2003Submitted over 2 years ago
This was my first project using JavaScript independently and don't think my CSS code is the cleanest so feedback would be greatly appreciated. Thanks.
@BLADEHEDAPosted about 2 years agoThey surely were . upon studying your code , i found out that i have many things to learn . would you mind helping me out every now and then . [email protected] is my email address just dm me
0 - @romila2003Submitted over 2 years ago
This was my first project using JavaScript independently and don't think my CSS code is the cleanest so feedback would be greatly appreciated. Thanks.
@BLADEHEDAPosted about 2 years agoHey Romila , after commenting on my article preview project, i thought wise to view how you built yours so i can get insights on your code and seen how i can improve my code henceforth. Hope ypu don"t mind
1 - @sayedhamid1396Submitted about 2 years ago
Do you have any suggestion ?
@BLADEHEDAPosted about 2 years agoAwesome design with a great responsiveness .
1 - @BLADEHEDASubmitted about 2 years ago
This challenge was pretty good and any feedback especially critics would be highly appreciated
@BLADEHEDAPosted about 2 years agoThanks man . you got that right with the fixed units . its being messing up my responsive designs . Thanks for your feedback. Besides can you give me your whatsapp so i can pm you every time i have worries or doubts during my coding sessions.
0 - @prakash-naikwadiSubmitted over 2 years ago
I have centered the component using flexbox but I was trying to center without flexbox and apply margin: 0 auto on that container and it gets centered but not from top. Then tried to center using margin: auto auto , but this is also not worked. If anyone has a solution without using flexbox please provide.
@BLADEHEDAPosted over 2 years agoHello normally margin 0 auto centers only from the top. of you want to center vertically and horizontally as you're saaying, you can either use flex-box (align-items: center , justify-contents: center) or can use [ position: absolute ,top :50%, left:50% transform: translate(-50%,-50%). other alternatives exist but these are the best approaches in my regards . nice work though.
Marked as helpful0