commit bfc3bcf646c445adddf129b1a81a60d181bbf38a Author: Francisco Pessano Date: Fri Jul 9 20:12:35 2021 -0300 Initial commit 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