From bfc3bcf646c445adddf129b1a81a60d181bbf38a Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Fri, 9 Jul 2021 20:12:35 -0300 Subject: [PATCH] Initial commit --- index.php | 16 ++++++++++++++++ style.css | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 index.php create mode 100644 style.css diff --git a/index.php b/index.php new file mode 100644 index 0000000..6eeb113 --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ + + + + + + + All news + + + +
+

AllNews.com

+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..135ab00 --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +* { + margin: 0; + padding: 0; +} + +html { + font-family: Arial, Helvetica, sans-serif; +} + +header { + padding-top: 4vh; + padding-bottom: 4vh; + display: flex; + justify-content: center; + background-color: #00000020; + color: white; +} \ No newline at end of file