From 9a611b8b8d342a97313c412ac1277594d157c142 Mon Sep 17 00:00:00 2001 From: Lucas Thenert Date: Mon, 30 Jan 2023 17:18:07 +0100 Subject: [PATCH] refactoring: link stylesheet und anpassen des Layouts --- kniffel/css/styles.css | 5 +++++ kniffel/src/anleitung.html | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/kniffel/css/styles.css b/kniffel/css/styles.css index e4f1c2f..8bb31a9 100644 --- a/kniffel/css/styles.css +++ b/kniffel/css/styles.css @@ -47,4 +47,9 @@ width: 33px; height: 33px; } + + .center { + margin: auto; + width: 50%; + } \ No newline at end of file diff --git a/kniffel/src/anleitung.html b/kniffel/src/anleitung.html index 7cc20f6..939d146 100644 --- a/kniffel/src/anleitung.html +++ b/kniffel/src/anleitung.html @@ -2,6 +2,7 @@ + Anleitung @@ -12,10 +13,11 @@

Kniffel - Anleitung

-

Quelle: - schmidtspiele.de -

- - +
+

Quelle: + schmidtspiele.de +

+ +
\ No newline at end of file