From ce45083818b123c75921f180a4452ce448060fe4 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sat, 10 Dec 2022 13:25:38 +0100 Subject: [PATCH] phpTutorial: github repo synced. --- index.php | 17 ++++++++++++----- style.css | 7 +++++++ 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 style.css diff --git a/index.php b/index.php index 35d0720..a853ced 100644 --- a/index.php +++ b/index.php @@ -4,15 +4,22 @@ + Demo +

- +

\ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..d7e11e6 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + display: grid; + place-items: center; + height: 100vh; + margin: 0; + font-family: sans-serif; +} \ No newline at end of file