-
Notifications
You must be signed in to change notification settings - Fork 1
/
stylemenutest.css
69 lines (57 loc) · 972 Bytes
/
stylemenutest.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
67
68
69
/* GENERAL */
body {
margin: 0;
padding: 0;
}
p {
font-family: "PT Serif Caption", serif;
}
@font-face {
font-family: "Fuji";
src: url("Fuji-Regular.otf");
src: url("Fuji-Light.otf");
src: url("Fuji-Bold.otf");
src: url("Fuji-Medium.otf");
}
h2 {
font-family: "Fuji", Arial, Helvetica, sans-serif;
}
/* MENU */
#menu .container-fluid {
padding: 0;
margin: 0;
}
#menu .figure {
position: relative;
display: block;
padding: 0;
margin: 0;
background: #fff8f2;
border-bottom: #554f48 solid 1px;
}
#menu .figure .col-12 {
margin: 0;
padding: 0;
}
#menu .figure h2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.8rem;
visibility: hidden;
color: #554f48;
}
#menu .figure img {
opacity: 1;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
#blocMarron {
width: 400px;
height: 200px;
background-color: black;
}
#boutonTest {
color: red;
}