-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.css
More file actions
101 lines (82 loc) · 1.48 KB
/
Copy pathfooter.css
File metadata and controls
101 lines (82 loc) · 1.48 KB
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
99
100
101
:root {
--principal: #ea5c0d;
--seccolor : #b94503;
--jaune : #f7af3e;
--fond : #333333;
--secfond : #505050;
}
@font-face {
font-family: "dyno_saur";
src: url('./fonts/Dyno/Dyno\ Regular.ttf');
}
@font-face {
font-family: "dyno_saurB";
src: url('./fonts/Dyno/Dyno\ Bold.ttf');
}
@font-face {
font-family: "dyno_saurI";
src: url('./fonts/Dyno/Dyno\ Italic.ttf');
}
@font-face {
font-family: "cicle_base";
src: url('./fonts/Cicle/Cicle\ Gordita.ttf');
}
footer {
background: url(./img/footer1.png);
background-repeat: no-repeat;
background-size:cover;
background-position: 0%;
text-align: center;
width: 100%;
list-style: none;
margin-top: 5%;
}
footer a{
text-decoration: none;
color: white;
}
footer table {
padding-top: 20px;
width: 100%;
}
footer .social img{
width: 2.5vw!important;
margin: 1%;
}
.rights {
background-color:#ea5c0d ;
color: black;
text-align: center;
width: 100%;
bottom: 0;
margin-top: 15px;
}
footer span{
color: white;
padding: 0 20px;
}
footer .ttext{
text-align: left;
padding-left: 5%;
}
footer .social{
text-align: right;
padding-right: 2%;
}
footer .partner img{
width: 150px!important;
padding: 10px;
}
footer h3{
margin-top: 15px;
}
@media (max-width:1200px){
footer .social img{
width: 5vw!important;
}
}
@media (max-width:330px){
footer span{
padding: 3px;
}
}