Latest solutions
Todo App Solution [Vanilla JavaScript, CSS, HTML]
Submitted 9 days ago-
Is there a better way to make tasks draggable?
-
Any additional feedback will be helpful ❤️
-
Latest comments
- @Zxjklp@MohamadBiomy
Great job ❤️
- @huzaifa612@MohamadBiomy
Good Job !!
- @ERFAN-REVENANT@MohamadBiomy
- If you want to center the card in the page, give the body { height: 100vh; display: flex; align-items: center; justify-content: center; }
- @illusiveCodeWhat specific areas of your project would you like help with?
Any feedback will be appreciated to better my skills, thanks ❤️
@MohamadBiomy- To make the main-text next to the stars tiers put them in a div and give him { display:flex;} and to make a space between them use {justify-content: center;} & { align-items: center} to make them in the same row and declare a specific width for the main-text
- Give each star tier {position: relative}, and give the first tier {right: 80px} and the second tier {right: 40px} to make the stairs shape
- Also, put the three cards in the bottom in a div and give him {display: flex;}