-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrapalt.css
More file actions
66 lines (59 loc) · 1.33 KB
/
bootstrapalt.css
File metadata and controls
66 lines (59 loc) · 1.33 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
/* carousel
.carousel.carousel-fade .carousel-item {
opacity: 0;
transition: opacity ease-out .5s;
}
.carousel.carousel-fade .carousel-item.active {
opacity: 1;
transition: opacity ease-out .5s;
} */
/* button hover color */
.btn-primary:hover{
background-color: rgb(21, 192, 192) !important;
}
/* horizontaline */
.hr-blurry{
opacity: .5 !important;
border: 0;
height: 5px !important;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(22, 157, 242), rgba(0, 0, 0, 0)) !important;
}
/* spacings */
.h80{height: 80px}
.h50{height: 50px;}
.h30{height: 30px;}
.h15{height: 15px;}
/* hero image */
.hero-image {
background-image: url("Pictures/room4.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px; /* Adjust the height as needed */
position: relative;
}
.hero-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
}
.hero-content h1 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
}
.hero-content p {
font-size: 18px;
margin-bottom: 30px;
}
#Contact{
background-image: url("Pictures/LogHouse.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px; /* Adjust the height as needed */
position: relative;
}