0
0
Fork 0

Add styling

This commit is contained in:
Tyler-A 2019-05-21 18:40:52 -06:00
parent ecc5c2f010
commit ab2bc1070a

View file

@ -0,0 +1,26 @@
h1 {
text-align: center;
}
div, select {
display: inline-block !important;
}
input {
margin-left: auto;
margin-right: auto;
}
div.centered {
display: inline-block !important;
text-align: center;
width: 100%;
}
img {
vertical-align: middle;
}