diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 23:00:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 23:00:23 +0530 |
commit | b6dbc369c920491a720b384091190afcfb93e312 (patch) | |
tree | 5817a660510cbd31c562c8ae54b911a74de36da9 | |
parent | 259de6ca97ba95fdfc500015825792e1cd979316 (diff) |
last change before going to sleep
-rw-r--r-- | static/css/new.main.css | 11 | ||||
-rw-r--r-- | templates/new.index.html | 11 |
2 files changed, 19 insertions, 3 deletions
diff --git a/static/css/new.main.css b/static/css/new.main.css index d6eef9d..22098e4 100644 --- a/static/css/new.main.css +++ b/static/css/new.main.css @@ -70,6 +70,15 @@ strong { color: #f0f0f0; background-color: #23262766; display: inline; - float: right; +} + + +.rightflex { + float: right; margin-right: 3%; } + +#form { + margin-top: 4%; + : ; +} diff --git a/templates/new.index.html b/templates/new.index.html index ba6c679..69628d0 100644 --- a/templates/new.index.html +++ b/templates/new.index.html @@ -14,7 +14,7 @@ } </script> <meta name="viewport" content="width=device-width, initial-scale=1"/> - <title>Hell Correspondence</title> + <title>(beta)Hell Correspondence</title> </head> <body> <div class="navbar" id="topnavbar"> @@ -27,7 +27,14 @@ <div class="body" id="body"> - <h1>Enter someone's name to send them to <strong>hell</strong>.</h1> + <div class="rightflex"> + <br> + <h1>Enter someone's name to send them to <strong>hell</strong>.</h1></span> + <form id="form"> + <input type="text" id="name" name="name"> + </form> + </div> + <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </div> <div id="foot"> |