-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarter-template.css
More file actions
91 lines (76 loc) · 1.21 KB
/
starter-template.css
File metadata and controls
91 lines (76 loc) · 1.21 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
padding-top: 5rem;
background: #03b936;
overflow-y: hidden; /* Hide vertical scrollbar */
overflow-x: hidden; /* Hide horizontal scrollbar */
}
.starter-template {
padding: 3rem 1.5rem;
text-align: center;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.loading{
display: none;
margin-top: 100px;
width: 100px;
height: 100px;
position: absolute;
top: 30%;
left: 40%;
}
.delay-1s{
animation-duration: 1s;
}
.delay-2s{
animation-duration: 2s;
}
.delay-3s{
animation-duration: 3s;
}
.delay-4s{
animation-duration: 4s;
}
.delay-5s{
animation-duration: 5s;
}
.images{
width: 100%;
max-height: 550px;
}
.data .label label{
font-size: 28px;
color:#ffffff;
font-weight: bold;
}
.data .label span{
float: right;
font-size: 28px;
color:#ffffff;
font-weight: bold;
}
.data .text{
font-size: 28px;
color:#ffffff;
font-weight: bold;
}
.button{
position: absolute;
bottom:10px;
right: 50px;
text-align: left;
}
.button a, button{
margin: 0 10px 10px 0;
}