From d4af74483f5ab9292bddfb6bf42e36983b7e4a1a Mon Sep 17 00:00:00 2001 From: mrmarcus007 Date: Wed, 2 Mar 2022 12:08:11 +0000 Subject: [PATCH] Add files via upload --- Second-page.html | 13 +++---------- index.html | 10 ++-------- style.css | 7 +++++++ 3 files changed, 12 insertions(+), 18 deletions(-) create mode 100644 style.css diff --git a/Second-page.html b/Second-page.html index 4145bc8..5111aed 100644 --- a/Second-page.html +++ b/Second-page.html @@ -1,12 +1,5 @@ - + @@ -18,5 +11,5 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index 508cdf8..47a087f 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,5 @@ - + diff --git a/style.css b/style.css new file mode 100644 index 0000000..1da5b88 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 {text-align: center;} +h3 {text-align: center;} +h4 {text-align: center;} +head {text-align: center;} +p {text-align: center;} +div {text-align: center;} +nav {text-align: center;} \ No newline at end of file