-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (36 loc) · 732 Bytes
/
style.css
File metadata and controls
40 lines (36 loc) · 732 Bytes
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
body{
font-family: 'Cardo', serif;
}
/* header .carousel-inner .carousel-item{
height: 100vh;
} */
.carousel-caption{
margin: 250px;
}
.carousel-caption h2{
font-size: 40px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.carousel-caption p{
font-family: 'Montserrat', sans-serif;
}
.carousel-control-prev.right{
background-image: none;
}
.carousel-control-prev.left{
background-image: none;
}
.fa{
color: aliceblue;
}
.logoElles{
font-family: 'Monsieur La Doulaise', cursive;
font-size: 30px;
}
/*==================RESPONSIVES==================*/
/* @media (max-width: 600px) {
header .carousel-inner .carousel-item{
height: 50vh;
}
} */