-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
66 lines (53 loc) · 1.08 KB
/
estilo.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
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
html {
scroll-behavior: smooth;
}
body{
background-color: #061321;
color: #FFC13F;
}
.row .card{
color: #FFC13F;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
@media(max-width: 991px){
.sidebar{
background-color: rgba(61, 88, 118, 0.46);
backdrop-filter: blur(10px);
}
}
.carousel-inner {
height: 0;
padding-bottom: 25%; /* this sets carousel aspect ratio (4:1 here) */
}
h1, h2, h3, h4{
text-align: center;
align-items: center;
justify-content: center;
}
.carousel-item {
position: absolute !important; /* Bootstrap is insistent */
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.carousel-item img {
height: 100%; /* Bootstrap handles width already */
object-fit: cover; /* or 'contain' if you want stretch instead of crop */
}
footer{
background-color: #6D86A1;
color: black;
}
.navbar-opaque {
background-color:#061321;
}
.img{
justify-content: center;
align-items: center;
display: flex;
text-align: center;
}