-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path13_correction_modele.css
More file actions
62 lines (55 loc) · 945 Bytes
/
Copy path13_correction_modele.css
File metadata and controls
62 lines (55 loc) · 945 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
#conteneur{
width: 960px;
background: paleturquoise;
color: white;
margin: 0 auto;/*centre mon conteneur dans ma fenêtre*/
text-align: center;
}
header{
background: tan;
height: 60px;
line-height: 60px;
}
nav{
background: darkslategray;
height: 30px;
line-height: 30px;
}
section{
height: 500px;
background: gray;
margin: 10px;
}
.grand{
border: 1px solid;
float: left;
/*display: inline-block;*/
height: 248px;
width: 468px;
}
.petit{
border: 1px solid;
float: left;
/*display: inline-block;*/
height: 122px;
line-height: 122px;
text-align: center;
width: 232px;
}
.c1{
background: peachpuff;
}
.c2{
background: #7a9eb1;
}
.c3{
background: #415865;
}
.c4{
background: #ffe1b3;
}
footer{
background: silver;
height: 70px;
line-height: 70px;
}