-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
79 lines (64 loc) · 1.25 KB
/
styles.css
File metadata and controls
79 lines (64 loc) · 1.25 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
77
78
79
body {
line-height: 1.6;
}
header {
background: #191b1d;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
color: #CB5817;
padding: 1.5rem 0 0.5rem 1.5rem;
}
main {
font-family: 'Rubik', sans-serif;
background: #191b1d;
}
footer {
background: #191b1d;
color: #CB5817;
text-align: center;
padding: 1rem;
}
h1 {
font-family: 'Bebas Neue', sans-serif;
font-style: normal;
font-weight: 400;
font-size: xx-large !important;
}
h4, p{
color: #CB5817;
text-align: center;
}
a:hover img, a:hover video {
transform: scale(1.05);
transition: transform 0.3s ease;
}
p {
max-width: 500px;
}
.video-container, .image-container {
transition: all 0.3s ease;
}
.video-container:hover, .image-container:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.gslide-description.description-bottom{
display: flex;
color: #CB5817 !important;
background-color: black !important;
align-items: center;
justify-content: center;
}
.gslide-description .gslide-title {
color: #CB5817 !important;
margin-bottom: 0px;
}
div.rounded-lg p {
display: none;
}
.absolute {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}