From 259de6ca97ba95fdfc500015825792e1cd979316 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 22:37:30 +0530 Subject: it looks cool now: --- media/image-big.png | Bin 0 -> 347647 bytes static/css/HG.png | Bin 0 -> 149549 bytes static/css/HG2.png | Bin 0 -> 77249 bytes static/css/image-big.png | Bin 0 -> 347647 bytes static/css/new.main.css | 18 ++++++++++++++++++ templates/new.index.html | 5 +++-- 6 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 media/image-big.png create mode 100644 static/css/HG.png create mode 100644 static/css/HG2.png create mode 100644 static/css/image-big.png diff --git a/media/image-big.png b/media/image-big.png new file mode 100644 index 0000000..44bb792 Binary files /dev/null and b/media/image-big.png differ diff --git a/static/css/HG.png b/static/css/HG.png new file mode 100644 index 0000000..ff657d1 Binary files /dev/null and b/static/css/HG.png differ diff --git a/static/css/HG2.png b/static/css/HG2.png new file mode 100644 index 0000000..d5ed4e8 Binary files /dev/null and b/static/css/HG2.png differ diff --git a/static/css/image-big.png b/static/css/image-big.png new file mode 100644 index 0000000..44bb792 Binary files /dev/null and b/static/css/image-big.png differ diff --git a/static/css/new.main.css b/static/css/new.main.css index 12be42c..d6eef9d 100644 --- a/static/css/new.main.css +++ b/static/css/new.main.css @@ -2,6 +2,10 @@ body { background-color: #232627; } +strong { + color: red; +} + .navbar { background-color: #222526; overflow: hidden; @@ -55,3 +59,17 @@ body { } /*Navbar is done*/ +.body { + background-image: url("HG.png"); + background-repeat: no-repeat; + background-position: left center; + text-align: center; +} + +.body h1, p { + color: #f0f0f0; + background-color: #23262766; + display: inline; + float: right; + margin-right: 3%; +} diff --git a/templates/new.index.html b/templates/new.index.html index 9d25b71..ba6c679 100644 --- a/templates/new.index.html +++ b/templates/new.index.html @@ -26,8 +26,9 @@ -
-

This page is not done yet; this is the working one.

+
+

Enter someone's name to send them to hell.

+

















-- cgit v1.2.3