@ryanthayesSubmitted over 1 year ago
I was able to practice using CSS Custom Properties and the GitHub workflow. Thanks to initial feedback I was able to improve my HTML semantically and come up with a proper solution to vertically align content.
I was able to practice using CSS Custom Properties and the GitHub workflow. Thanks to initial feedback I was able to improve my HTML semantically and come up with a proper solution to vertically align content.
You just need to set body { display: flex; min-height : 100vh; } This would allow your content to be aligned at the center. Hope this helps (: