Latest solutions
Interactive Rating Component Using TailwindCSS and Typescript
#tailwind-css#typescript#viteSubmitted over 1 year ago
Latest comments
- @MohamedFekrieSubmitted almost 2 years ago@Abu-AbdiLlah-AlBukhaareePosted almost 2 years ago
Your solution looks nice.
0 - @edgarstratulatSubmitted almost 2 years ago@Abu-AbdiLlah-AlBukhaareePosted almost 2 years ago
Hey Edgar, you did such a nice job.
However, it will be better if you avoid setting a fixed height for your
div
withclass
container
. This will make your work look nicer.Remove
height: 500px
fromdiv.container
.I hope this helps.
1 - @JeremiahChinweSubmitted almost 2 years ago@Abu-AbdiLlah-AlBukhaareePosted almost 2 years ago
Hello Jeremiah Chinye.
You did a great job, but there is only one issue with it.
Just by zooming out on the page, you'll notice that the result component isn't centered.
You can give your
div
withclass
container
amin-height
of100vh
. This will center it properly.I hope this helps.
0