From 5eac4f278b97e5e15c367a6ee6649d3aed238c93 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Tue, 5 Jul 2022 21:06:49 +0200 Subject: [PATCH] headline --- index.html | 1 + style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index 72351e2..b73318d 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ +

Heini Bingo

diff --git a/style.css b/style.css index 5e28a41..45c515a 100644 --- a/style.css +++ b/style.css @@ -13,3 +13,7 @@ td { font-size: 200%; font-family: Arial, Helvetica, sans-serif; } +h1 { + font-family: Arial, Helvetica, sans-serif; + text-align: center; +}