-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (53 loc) · 949 Bytes
/
style.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
.bg-default{
background: linear-gradient(45deg,#ce9eb7,#4d88a0);
}
.list-unstyled li{
padding: 5px;
font-size: 0.95em;
}
.jumbotron {
padding-top: 3rem;
padding-bottom: 3rem;
margin-bottom: 0;
background-color: #fff;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
}
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 300;
}
.jumbotron .container {
max-width: 40rem;
}
.btn-dt{
background: #ffffff;
border: #000000 3px solid;
color:#000000;
border-radius: 30px;
font-weight: 600;
padding: 10px 20px;
margin-top: 30px;
}
.btn-dt:hover{
background: linear-gradient(45deg,#ce9eb7,#4d88a0);
border:#ffffff 1px solid;
color:#ffffff;
}
.btn-outline-secondary:hover{
color: #ffffff;
background: linear-gradient(45deg,#ce9eb7,#4d88a0);
}
footer {
padding-top: 3rem;
padding-bottom: 3rem;
}
footer p {
margin-bottom: .25rem;
}