@jeffreylaichunghangSubmitted over 1 year ago
I found it difficult to center the container vertically. I can only come up with margin-top property. I also couldn't format the two lines of sentence exactly the same way as the preview.
I found it difficult to center the container vertically. I can only come up with margin-top property. I also couldn't format the two lines of sentence exactly the same way as the preview.
Hi!! I came across the same problem while using Flexbox. The problem arises because the height of the web page's body is probably automatically set to the size of its content. Try modifying the height of the <body> tag, then it should work.