general cleaning, added landing subtitle and css; patch.

This commit is contained in:
sweatshirt0 2023-02-21 13:18:37 -05:00
parent 74689a11bb
commit 66c7b6fc8f
4 changed files with 10 additions and 0 deletions

View File

View File

View File

@ -16,6 +16,9 @@
<div class="title-wrapper">
<h1 class="title">Welcome to SapioChat</h1>
</div>
<div class="subtitle-wrapper">
<p class="subtitle">The sapiocentric network.</p>
</div>
<div class="login-wrapper">
<form class="login-form" action="/members" method="POST">
<input type="text" name="username" class="username" placeholder="Username" /><br/><br/>

View File

@ -117,3 +117,10 @@ body {
top: 22vh;
left: 8vw;
}
.subtitle-wrapper {
position: relative;
display: flex;
top: 22vh;
left: 14vw;
}