From 49ed7ebeb4924132769b772e5c6321031490bae0 Mon Sep 17 00:00:00 2001 From: Ankan Pramanik <72189396+ankanpramanik@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:55:28 +0530 Subject: [PATCH] Add files via upload --- index_edited.html | 18 ++++++++++++++++++ style.css | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 index_edited.html create mode 100644 style.css diff --git a/index_edited.html b/index_edited.html new file mode 100644 index 0000000..57a79ae --- /dev/null +++ b/index_edited.html @@ -0,0 +1,18 @@ + + + + Site is down for maintenance + + + + + + +
+

Site is temporarily unavailable.

+

Scheduled maintenance is currently in progress. Please check back soon.

+

We apologize for any inconvenience.

+

[Name]

+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..2b090f8 --- /dev/null +++ b/style.css @@ -0,0 +1,33 @@ + +body { + text-align: center; + padding: 10%; + font: 20px Helvetica, sans-serif; + color: rgb(238, 236, 236); + background-image: url(404.jpg); + background-size: cover; + background-repeat: no-repeat; + +} +h1 { + font-size: 50px; + margin: 0; +} +article { + display: block; + text-align: left; + max-width: 650px; + margin-left: 5px; + margin-top: -45px; +} +a { + color: #e4dfd9; + text-decoration: none; +} +a:hover { + color: rgb(255, 239, 96); + text-decoration: none; +} +@media only screen and (max-width : 480px) { + h1 { font-size: 40px; } +} \ No newline at end of file