@jasenioSubmitted over 1 year ago
Do you need backend code to hide API keys or is there another way to hide API keys?
Do you need backend code to hide API keys or is there another way to hide API keys?
How do I center the main container vertically? Please explain why the method you say works, that way I can understand when that method should be used.
You need to give height to your parent element which is body
in this code. So you can give the style down below.
body{min-height: 100vh;}
Now you should be able to align vertically.
Don't forget to remove margin-top
from main-container
class.
🫵
Pretty good one. I like the responsive approach.I hope you getting better at this👍