Add input

This commit is contained in:
Mylloon 2022-06-23 12:40:02 +02:00
parent 09994bbbed
commit 2728126e44
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.form-control {
width: 50% !important;
text-align: center;
}

View file

@ -26,9 +26,14 @@
</head>
<body>
<img src="images/logo.webp" class="img-fluid mx-auto d-block" alt="Banner">
<input id="firstname" class="form-control form-control-lg mx-auto d-block" type="text" placeholder="Maria">
<hr>
<figure class="text-center">
<%- readme %>
</figure>
<script src="js/main.js"></script>
</body>
</html>