Update form styling

This commit is contained in:
kaBeech
2023-03-18 16:59:35 -07:00
parent 58a9678150
commit d3a43bbf66
2 changed files with 5 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
</div> </div>
<br /> <br />
<form> <form>
<label for="newExampleText">New Example Text:</label> <label for="newExampleText">Example Text:</label>
<input type="text" id="newExampleText" name="newExampleText" /> <input type="text" id="newExampleText" name="newExampleText" />
<input type="button" id="newExampleTextButton" value="Update" /> <input type="button" id="newExampleTextButton" value="Update" />
</form> </form>

View File

@@ -82,6 +82,10 @@ li {
button { button {
width: 12em; width: 12em;
}
button,
input {
align-self: center; align-self: center;
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;