mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 06:23:19 -05:00
7c7285b9f7
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
25 lines
265 B
CSS
25 lines
265 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.header {
|
|
text-align: center;
|
|
}
|
|
|
|
.form {
|
|
width: 200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.form input {
|
|
width: 100%;
|
|
margin: 2px;
|
|
padding: 2px;
|
|
}
|
|
|
|
#token {
|
|
margin: 10px;
|
|
padding: 3px;
|
|
text-align: center;
|
|
}
|