Display flex
In this Example you could see the page structure & how to align the items.
On this page I use a own Stylesheet.
Style Attributes
- background-color: #657964;
- color: aliceblue;
- margin: 0;
- width: 600px;
- height: auto;
- max-width: 90%;
- display: flex;
- flex-flow: wrap;
- justify-content: center;
- align-items: center;