-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformStyle.css
More file actions
68 lines (55 loc) · 916 Bytes
/
formStyle.css
File metadata and controls
68 lines (55 loc) · 916 Bytes
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
#drop-area {
border: 2px dashed #ccc;
border-radius: 20px;
width: 75%;
font-family: sans-serif;
margin: 100px auto;
padding: 20px;
max-width: 600px;
}
#drop-area.highlight {
border-color: purple;
}
p {
margin-top: 0;
text-align: center;
}
h1, h2, h3{
text-align: center;
}
.my-form {
margin-bottom: 10px;
}
#gallery {
margin-top: 10px;
}
#gallery img {
width: 150px;
margin-bottom: 10px;
margin-right: 10px;
vertical-align: middle;
}
.button {
display: inline-block;
padding: 10px;
background: #ccc;
cursor: pointer;
border-radius: 5px;
border: 1px solid #ccc;
margin: 0 auto;
display: block;
text-align: center;
}
.button:hover {
background: #ddd;
}
#fileElem {
display: none;
}
select{
text-align: center;
margin: 0 auto;
display: block;
width: 50%;
max-width: 300px;
}