This commit is contained in:
2026-02-24 17:00:19 -06:00
parent ef073f74b4
commit 460827c2e0

View File

@@ -22,6 +22,9 @@ header {
header * { header * {
display: inline; display: inline;
color:white; color:white;
position: absolute;
top: 50%;
transform: translateY(-50%);
} }
header h1 { header h1 {