1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
main { position: fixed; inset: 0; z-index: 10; background: #111 } .bg { position: fixed; inset: 0; z-index: 2; } aside { height: 100%; width: 300px; display: inline-block; } * { color: white; font-family: "Noto Sans", "Segoe UI", "CMS", sans-serif; }