more shit
This commit is contained in:
parent
3d93375bf4
commit
443887dc10
13 changed files with 170 additions and 24 deletions
21
assets/themes/default/index.css
Normal file
21
assets/themes/default/index.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
h1 {
|
||||
text-align: center;
|
||||
margin-top: 15%;
|
||||
font-size: 14vw;
|
||||
}
|
||||
div {
|
||||
white-space: nowrap;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
line-height: 1.5;
|
||||
}
|
||||
input[type="submit"]{
|
||||
/*margin: 0;*/
|
||||
margin-right: 30;
|
||||
text-align: center;
|
||||
}
|
||||
input[type="text"]{
|
||||
width: 85%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue