+ 1

How do I do this?

đŸ–€I make a button exactly in the center of the screen. On the Internet I did not find the answer. Can you tell me how to do this? thanks for the early!đŸ–€ https://code.sololearn.com/WvXvClq45885/?ref=app

20th Jun 2022, 6:01 PM
Foooooork
Foooooork - avatar
2 Answers
+ 2
do this in order to center everything, body{ display:flex; justify-content:center; align-items:center; }
21st Jun 2022, 12:00 AM
Francis Woli
Francis Woli - avatar
+ 1
Put the following style to the body element and u will find the div which has id= button at the center of the page padding-top:75%;
20th Jun 2022, 6:17 PM
Muhammad Galhoum
Muhammad Galhoum - avatar