-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
98 lines (81 loc) · 1.37 KB
/
App.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.videos {
margin-left: auto;
margin-right: auto;
display: block;
}
#feauture-slider .videos {
color: linear-gradient(red, blue, green);
}
.vid-text {
position: fixed;
bottom: 50%;
background: rgba(0, 0, 0, 0.4);
color: #f1f1f1;
width: 100%;
padding: 20px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;;
}
.left {
list-style: none;
float: left;
padding-left: 5%;
}
.wld {
width: 10%;
height: 10%;
}
.right {
list-style: none;
float: right;
padding-right: 5%;
padding-top: 1%;
}
.right-text {
color: black;
}
.right-text:hover {
color: green;
text-decoration: none;
}
.home-instructions-header {
size: 5%;
margin-left: auto;
margin-right: auto;
display: block;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;;
}
.home-instructions-steps {
list-style: none;
margin-left: auto;
margin-right: auto;
display: inline-block;
padding-left: 20%;
}
.registration-form {
padding-top: 7%;
padding-left: 33%;
/*display: inline-block;*/
}
.registration-info {
max-width: 66%;
}
label {
margin-top: 2%;
}
input {
width: 50%;
}
.submit {
width: 20%;
}
.about {
padding-top: 7%;
margin-left: 33%;
margin-right: 33%;
}
.upload_instructions li {
padding-top: 3%;
text-align: center;
list-style-position: inside;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}