Meilleur footer
This commit is contained in:
parent
b6510d5dd2
commit
d333e2eb03
|
@ -147,7 +147,13 @@ header {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background: var(--a-lec_black) 1% 1% url(../templates/electronic.png) no-repeat;
|
background: #2d4b63 50% 0 url(../templates/fond_titre.png) no-repeat; /* old IE fallback */
|
||||||
|
|
||||||
|
background-attachment: fixed, scroll;
|
||||||
|
background-image: url(../templates/electronic.png), url(../templates/fond_titre.png);
|
||||||
|
background-position: 0 0, 0 50%;
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-size: auto, cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_footer h1 {
|
#a-lec_footer h1 {
|
||||||
|
|
Loading…
Reference in New Issue