1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
body { color: white; background-color: black; min-width: 800px; width: 70%; margin: auto; } .bottom-align { display: flex; flex-direction: column; justify-content: flex-end; } .title { display: flex; } .title h1 { display: inline; margin: 1px; } .title h2 { margin: 1px; } .esquizo { width: 100px; display: inline; }