-
Notifications
You must be signed in to change notification settings - Fork 0
/
nouvelle-page.css
67 lines (55 loc) · 1.2 KB
/
nouvelle-page.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
body{
overflow-x:hidden ;
}
/* style du header */
header{
Width:1504px;
Height:106px;
background: #1111118C;
}
.background-image_header {
background:rgba(0,0,0,0.6)url(./images/Rectangle31.png);
background-size: cover;
background-position: center center;
width: 1300px;
height: 700px;
top: -1px;
background-blend-mode: darken;
}
header img{
width: 164.03px;
height: 63px;
margin-left: 100px;
}
.titre-container{
font-family: Nunito;
font-size: 64px;
font-weight: 700;
line-height: 60px;
letter-spacing: 0em;
text-align: left;
margin-top: 260px;
margin-left: 300px;
width: 705px;
height: 81.49px;
position: absolute;
color: white;
}
/* responsivité */
/* le background image du header */
@media only screen and (min-width: 0px) and (max-width: 1023px){
.background-image_header .titre-container{
margin-left: 60px;
font-size: 44px;
margin-bottom: -30px;
}
.background-image_header{
width: auto;
margin-top: -10px;
margin-left:-10px ;
margin-right: -10px;
}
header{
display: flex;
}
}