comparison src/main.css @ 41:44bd161e4779

layout
author drewp@bigasterisk.com
date Thu, 05 Dec 2024 21:33:25 -0800
parents 0aea9e55899b
children c2c51aae3e31
comparison
equal deleted inserted replaced
40:f60e1ebe69da 41:44bd161e4779
9 color: white; 9 color: white;
10 } 10 }
11 11
12 header { 12 header {
13 background: rgb(247 112 31 / 44%); 13 background: rgb(247 112 31 / 44%);
14 border-bottom: 3px solid black;
15 display: flex;
16 align-items: center;
17 }
18
19 footer {
20 background: rgb(247 112 31 / 44%);
21 border-top: 3px solid black;
22 display: flex;
23 align-items: center;
24 margin-top: 3em;
25 padding: 6px;
14 } 26 }
15 27
16 header img { 28 header img {
17 height: 50px; 29 height: 50px;
18 vertical-align: middle; 30 vertical-align: middle;