-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.css
60 lines (49 loc) · 816 Bytes
/
events.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
body {
background-color: #202020;
}
#inputs {
color: white;
margin-left: 30%;
font-size: 18px;
}
#inputs div {
margin-top: 40px;
}
#desc {
margin-left: 10%;
}
#local {
margin-left: 19.5%;
}
#stime {
margin-left: 18.7%;
width: 22.7%
}
#etime {
margin-left: 19.5%;
width: 22.7%
}
#eventdate {
margin-left: 24%;
width: 22.7%;
}
#homeloc #homeButton {
margin-top: 8%;
margin-left: 43.6%;
}
#homeloc #homeButton:hover {
cursor: pointer
}
body #submitButton {
border: 3px solid grey;
color: white;
background-color: #202020;
display:inline-block;
margin-top: 3%;
margin-left: 43.4%;
}
body #submitButton:hover {
background-color: rgba(3, 191, 238, 0.562);
border: 3px solid rgb(90, 114, 121);
cursor: pointer;
}