In the beginning I wasn't sure of how to get the rounded corners of the different areas aswell as centering things vertically and horizontally.
I am probably having the wrong font-weights and area sizes. I also weren't able to implement the custom fonts.
How could I implement a custom font? Also, whats the best practice to centering something vertically and horizontally or is my solution I found on StackOverflow already a good one?
StackOverflow solution:
- top: 50%;
- left: 50%;
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);