#One Greetings are suitable for today simple I am in terms of tools still a solution in most cases regarding my solution Be a little student at the bottom or you can have a good day this video
Step 1 | We find and open the CSS file of our bank script
Step 2 | We use the CTRL + F combination and search for the word body.
If there is a body tag, write the codes I will give in the next step into your existing body tag.
If you don't have a body tag, this is the last thing you will do, paste this css code at the bottom save the file and restart your script
Step 3 | Paste these codes inside your body tag
Step 4 | Save your CSS file and restart your script
Step 1 | We find and open the CSS file of our bank script
Step 2 | We use the CTRL + F combination and search for the word body.
If there is a body tag, write the codes I will give in the next step into your existing body tag.
If you don't have a body tag, this is the last thing you will do, paste this css code at the bottom save the file and restart your script
CSS:
body{
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
}
Step 3 | Paste these codes inside your body tag
CSS:
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
Step 4 | Save your CSS file and restart your script