-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (42 loc) · 679 Bytes
/
Copy pathstyle.css
File metadata and controls
42 lines (42 loc) · 679 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
.carousel-text {
position: absolute;
margin: 0;
color: white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.img-carousel{
opacity: 0.8;
}
.img-col img{
width: 100%;
}
.img-col {
width:20%;
margin: 0 auto;
}
.footer{
background-color:#292929;
color: #a2a2a2;
}
.footer p {
margin-bottom: 0!important;
}
.container-section{
background-color: #F2F2F2;
}
.container-col{
border-right-style: groove;
text-align: center;
}
.navbar-items-collapse{
display: flex;
justify-content: end!important;
}
.container-carousel{
height: 50%!important;
}
.carousel-item.carousel-item_box{
height: 560px!important;
}