forked from Cedric-Fournier/Becode-frontend-AllezCine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
75 lines (66 loc) · 1.03 KB
/
style2.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
70
71
72
73
74
75
html, body{
margin: 0px;
padding: 0px;
outline: 0px;
height: 100%;
background-color: #b7b7b7;
}
.feuille{
width: 1000px;
height: 1400px;
background-color: #f1f1f1;
margin-left:40px;
margin-bottom:20px;
margin-right: 40px;
}
.header{
margin-top: 40px;
background-color: black;
width: 100%;
height: 7%;
}
.logo{
color: #f4424e;
font-family: helvetica;
font-weight: 550;
font-size: 35px;
position: relative;
left: 25px;
}
.lo{
color:white;
font-family: helvetica;
font-weight: lighter;
font-size:18px;
position: relative;
left: 260px;
}
.nav{
width: 100%;
height: 2%;
}
.menu {
font-family: helvetica;
font-weight: lighter;
font-size:18px;
text-align: center;
}
.pic{
width: 100%;
height: 30%;
}
.poc{
width: 100%;
height: 20%;
}
.poc img {
max-width: 100%;
height: auto;
object-fit: cover;
}
.promo{
color: white;
font-family: helvetica;
font-weight: bolder;
font-size:18px;
}