aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: ca04f38da1ef001b75482b8ad0237fff9e7c1864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {background-color: #dcdcdceb;}

input, textarea, select {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    margin:  5px;
    margin-left:  5%;
    margin-right:  5%;
    height:  30px;
    border-style: unset;
}
textarea {
    height: 1000px;
}