Add input
This commit is contained in:
parent
09994bbbed
commit
2728126e44
2 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
.form-control {
|
||||
width: 50% !important;
|
||||
text-align: center;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue