made it look better

This commit is contained in:
Mystikfluu 2022-04-23 17:37:23 +02:00
parent bea1e6faf8
commit f6f9c8343b

View File

@ -5,7 +5,7 @@ a {
text-decoration: none; text-decoration: none;
} }
</style> </style>
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/logon.css">
</head> </head>
<body> <body>
@ -13,13 +13,16 @@ a {
<h1>Auth website</h1> <h1>Auth website</h1>
</header> </header>
<main> <main>
<form id="login_form" class="form_class" action="login" method="post">
<div class="info_div"> <div class="info_div">
<p>Do you not have an account? <a href="register">Register now!</a></p> <span>Do you not have an account? <a href="register">Register now!</a></span>
<br>
<br>
<span>Do you already have an account? <a href="login">Login now!</a></span>
<br> <br>
<br> <br>
<p>Do you already have an account? <a href="login">Login now!</a></p>
</div> </div>
</form>
</main> </main>
<footer> <footer>