-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
66 lines (60 loc) · 874 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
* {
box-sizing: border-box;
}
.green{
color: green;
}
.wow_hero{
height: 7vh;
}
.params{
height: 4vh;
}
.wow_hero h1 {
font-weight: 300;
margin-block-start: 0.07em;
margin-block-end: 0.07em;
}
.column {
float: left;
width: 50%;
height: 100%;
}
.header {
float: left;
width: 25%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
input[type="button"] {
background: #009688;
color: white;
width: 198%;
border: none;
text-align: center;
height: 4vh;
}
select#type {
width: 50%;
#color: white;
#background-color: #009688;
border: none;
#height: 35px;
}
label{
color: black;
font-weight: 300;
}
textarea{
resize: none;
width: 98%;
height: 75vh;
}
.footer{
text-align: center;
font-weight: 100;
}