-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (95 loc) · 1.6 KB
/
style.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body{
font-family: 'century gothic', calibri,sans-serif;
font-size: 13px;
padding: 0px;
margin: 0px;
}
footer{
height: 80px;
text-align: center;
padding-top: 30px;
background-color: #c5c5c5c5;
border-top: 2px solid red;
}
nav{
width: 100%;
background-color: #f5689d;
}
nav li{
list-style-type: none;
float: left;
}
nav ul{
margin: 0px;
padding: 0px;
}
nav a{
display: inline-block;
text-decoration: none;
padding: 20px 30px;
color: green;
text-transform: uppercase;
font-size: 15px;
}
.table{
display: table ;
margin: 0px auto;
}
.menu-ind:hover, .presentation{
border-top: 5px solid rgb(25, 45, 56, 1.150);
background-color: rgba(64, 200,130, 0.15);
}
.menu-form:hover, .parcours{
border-top: 5px solid rgb(150, 130, 14, 12.0);
background-color: rgba(200, 130,64, 0.15);
}
.menu-prop:hover{
border-top: 4px solid black;
background-color: #d6d6d6d6;
}
img{
height: 280px;
width: 300px;
}
section{
width: 100%;
margin-bottom: 10px ;
padding-bottom: 10px;
min-height: 300px;
}
.sec{
margin: 0px 10px;
}
.left{
float: left;
width: 20%;
}
.right{
float: left;
width: 80%;
}
.sec::after{
content: "";
display: table;
clear: both;
}
h1{
font-size: 28px;
margin: 20px 0px 0px opx;
text-align: center;
font-weight: normal;
}
/*ceci nous a permis de selectionner que la balise p dans le div de class right*/
div.right p{
font-size: 28px;
}
h3{
font-size: 30px;
}
.cleft, .cright, .sousleft, .sousright{
width: 50%;
float: left;
}
footer p{
font-size: 25px;
}