forked from kongruksiamza/Bootstrap-Workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
40 lines (36 loc) · 758 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
*{
font-family: 'Itim', cursive;
}
.carousel-item{
height: 500px;
}
.carousel-image-1{
background-image: url('image/pic1.jpg');
background-size: cover;
}
.carousel-image-2{
background-image: url('image/pic2.jpg');
background-size: cover;
}
.carousel-image-3{
background-image: url('image/pic3.jpg');
background-size: cover;
}
#about{
min-height: 200px;
position: relative;
background-image: url("image/iceland-5586225_1280.jpg");
background-size: cover;
background-repeat: no-repeat;
text-align: center;
color:#fff;
background-attachment: fixed;
}
.dark-overlay{
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
}