-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.css
More file actions
76 lines (64 loc) · 1.44 KB
/
custom.css
File metadata and controls
76 lines (64 loc) · 1.44 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
67
68
69
70
71
72
73
74
75
76
/* custom css styles */
#hero::after {
content: "";
background-image: url('images/hero-area-sharestats.webp');
// opacity: 0.6;
filter: brightness(40%);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
margin-top: -100px;
background-repeat: no-repeat;
background-size: cover;
}
.itembank {
margin: 20px;
}
#searchBox {
margin: 10px;
text-align: center;
}
#hero {
\\ background-color: red;
\\ border: 5px solid;
margin: auto;
width: 100%;
padding: 100px 0 100px 0;
}
#item__searchbox {
width: 60%;
margin: auto;
}
#svg2 {
transform: scale(.7);
}
.white {
background-color: white;
width: 100%;
}
.card-img {
height: 400px !important;
}
.navbar li.nav-item a.nav-link span {
color: white !important;
}
.mt-3 {
margin-top: 0rem !important;
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
--bs-offcanvas-zindex: 1045;
--bs-offcanvas-width: 1000px;
--bs-offcanvas-height: 30vh;
--bs-offcanvas-padding-x: 1rem;
--bs-offcanvas-padding-y: 1rem;
--bs-offcanvas-color: var(--bs-body-color);
--bs-offcanvas-bg: var(--bs-body-bg);
--bs-offcanvas-border-width: var(--bs-border-width);
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(55, 94, 148, 0.2);
--bs-offcanvas-transition: transform 0.3s ease-in-out;
--bs-offcanvas-title-line-height: 1.5;
}