-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (54 loc) · 888 Bytes
/
style.css
File metadata and controls
65 lines (54 loc) · 888 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
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
ul ul {
display: none;
}
li:hover ul.sous-menu {
display:block;
}
.logo-titre > h1 {
color: red;
margin-right: -90px;
z-index: 1;
}
.logo-titre > img {
width:170px;
height: 120px;
}
header{
display:flex;
justify-content:space-between;
}
.logo-titre
{
display:flex;
font-style: italic;
}
.menu {
margin-top: 4px;
height: 80px;
color: red;
font-size: 40px;
font-style: italic;
}
.slogan {
color: red;
font-style: italic;
font-size:30px;
text-shadow: 3px 3px #403d3d;
margin-top: 90px;
}
body{
display: flex;
flex-direction: column;
text-align: center;
margin-top: 4px;
height: 80vh;
background-image: url("img/baiser.jpg");
background-size: 100% 100%;
background-size: cover;
background-position: top;
background-attachment: fixed;
}
.sous-menu li a {
color: red;
text-decoration: none;
}