-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
73 lines (63 loc) · 1.15 KB
/
main.css
File metadata and controls
73 lines (63 loc) · 1.15 KB
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
67
68
69
70
71
72
73
/*https://pigment.shapefactory.co/?a=7C3728&b=EE3D36*/
body {
height: 100vh;
width: 100vw;
background-color: #7C3728;
margin: 0;
color: #FFF;
font-family: 'Roboto';
}
.mainBody {
background-color: #EE3D36;
margin:0 auto;
border-radius: 12px;
width: 600px;
}
.mainBody h2 {
max-height: 3%;
margin: 0;
margin-left: 6%;
padding-top: 3%;
}
.title h1 {
font-family: 'Major Mono Display', monospace;
font-size: 5em;
text-align: center;
margin: 0 auto;
max-width: 400px;
padding-top: 1%;
}
.title p {
font-family: 'Major Mono Display', monospace;
font-size: 1em;
text-align: center;
margin: 0 auto;
max-width: 400px;;
padding-bottom: 3%;
}
.inputContainer label {
min-width: 200px;
}
.inputField {
border: none;
border-bottom: 2px solid #FFF;
min-width: 200px;
padding: 4px;
background: none;
color: inherit;
font-size: inherit;
}
.inputFieldDrop {
padding-bottom: 3px;
}
.inputFieldDrop option {
background: #7C3728;
color: inherit;
}
.inputData {
width: 100%;
margin-left: 6%;
}
.advOptions {
display: none
}