-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.css
More file actions
69 lines (60 loc) · 959 Bytes
/
menu.css
File metadata and controls
69 lines (60 loc) · 959 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
66
67
68
.logo {
height:50px;
position: relative;
top : -16px;
}
nav {
padding: 10px;
}
.logo_list {
display: flex;
justify-content: space-around;
flex-direction: row;
background-color: blue;
width :80%;
}
footer {
width :100%;
background-color: black;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
position: fixed;
bottom:0
}
#bottom_logo {
width: 60%;
position : relative;
top: 20px;
}
.corpsBody{
padding-top: 6em;
margin: 0 auto;
}
.carrousell{
margin-bottom: 6em;
}
.carousel-caption{
position: relative;
left: auto;
right: auto;
color: #000;
margin-top: 1em;
}
.corpsBody h2{
font-weight: bold;
cursor: pointer;
}
.corpsBody h2:hover{
font-weight: bold;
color: red;
cursor: pointer;
}
.english{
font-style: italic;
}
.labels{
padding-top: 1em;
padding-bottom: 1em;
}