@MohamedFekrieSubmitted over 1 year ago
Abu-AbdiLlah-AlBukhaaree
@Abu-AbdiLlah-AlBukhaareeAll comments
- @Abu-AbdiLlah-AlBukhaareePosted over 1 year ago
Your solution looks nice.
0 - @edgarstratulatSubmitted over 1 year ago
I had a question about centering the box to the center, i just put margin-top: 100px :(
@Abu-AbdiLlah-AlBukhaareePosted over 1 year agoHey 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 over 1 year ago@Abu-AbdiLlah-AlBukhaareePosted over 1 year 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