A tiny bit of styling for the login modal

This commit is contained in:
2024-11-09 00:59:16 -05:00
parent fcee377fb4
commit a1aa7e67e4
7 changed files with 73 additions and 11 deletions

View File

@ -9,9 +9,9 @@
</head>
<body>
<main>
<div id="login-container">
<div id="login-modal">
<form id="login-form">
<h2>Plutonium login</h2>
<h2 class="centered">Plutonium login</h2>
<p id="hint" style="visibility: hidden;"></p>
<label for="username">Username :</label>
<input type="text" name="username" id="username-field" placeholder="Your Plutonium username" minLength="3" maxLength="16">