mirror of
https://github.com/skidoodle/taj-validator.git
synced 2025-03-05 20:00:40 +01:00
final ver
This commit is contained in:
parent
2180538627
commit
efd76b27a2
4 changed files with 13 additions and 28 deletions
21
style.css
21
style.css
|
@ -1,35 +1,32 @@
|
|||
body,
|
||||
input {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #121212;
|
||||
color: #338ef7;
|
||||
text-align: center;
|
||||
font-size: 1.5rem;
|
||||
margin: 10% auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form {
|
||||
max-width: 300px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
label,
|
||||
input {
|
||||
input,
|
||||
label {
|
||||
margin: 10px 0;
|
||||
color: #338ef7;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border: 1px solid #338ef7;
|
||||
border-radius: 5px;
|
||||
background-color: #333;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #338ef7;
|
||||
color: #efefef;
|
||||
|
@ -39,14 +36,12 @@ button {
|
|||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue