Browse Source

center text input accross the site

pull/16/head
mauirixxx 7 years ago
parent
commit
78be10320a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      style.css

+ 4
- 0
style.css View File

@@ -50,4 +50,8 @@ label {
img.resize {
width:220px;
height:300px;
}

input {
text-align: center;
}

Loading…
Cancel
Save