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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="images/logo.webp" class="img-fluid mx-auto d-block" alt="Banner">
|
<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>
|
<hr>
|
||||||
<figure class="text-center">
|
<figure class="text-center">
|
||||||
<%- readme %>
|
<%- readme %>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<script src="js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue