-
Notifications
You must be signed in to change notification settings - Fork 3
/
style2.css
89 lines (66 loc) · 1.1 KB
/
style2.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
.navbar{
background-color: #e9ecef;
padding-top: 1rem;
padding-bottom: 1rem;
}
.nav-scroll-style{
background-color: white;
border-bottom: 1px solid #000;
transition: 0.3s all;
}
section{
padding-top: 3rem;
padding-bottom: 3rem;
}
#jumbotron{
background-color: #e9ecef;
}
.jumbotron{
background-color: transparent;
}
@media (min-width: 1200px) {
.image{
background-image: url('https://www.freshbooks.com/wp-content/uploads/2018/02/[email protected]');
background-position: right center;
background-size: cover;
}
}
.i{
font-size: 10rem;
}
.i1{
color: #16a085;
}
.i2{
color: #e74c3c;
}
.i3{
color: #9b59b6;
}
#carousel{
background-color: #34495e;
}
#carousel .carousel-item{
height: 400px;
}
#ceny .card-header{
font-size: 1.5rem;
}
#ceny .card-header#best{
font-size: 1.8rem;
}
[data-toggle="collapse"]{
cursor: pointer;
}
#footerList a{
color: #929292
}
#footerlist h4{
padding-bottom: 0.5rem;
}
#footerList{
line-height: 2rem;
}
#footer{
background-color: #e9ecef;
}