forked from rebillar/site-accueil-insa
safari..............
This commit is contained in:
parent
4165ad45b8
commit
4d912fa8f3
1 changed files with 5 additions and 5 deletions
|
@ -53,8 +53,8 @@ body {
|
||||||
-o-background-size: auto,cover;
|
-o-background-size: auto,cover;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100vh;
|
||||||
|
|
||||||
/* s/o coconut.jpeg */
|
/* s/o coconut.jpeg */
|
||||||
z-index: -10000000;
|
z-index: -10000000;
|
||||||
|
@ -68,9 +68,9 @@ body {
|
||||||
|
|
||||||
.bg{
|
.bg{
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
background-size: auto,100% 100vh;
|
background-size: auto,cover;
|
||||||
background-attachment: fixed,fixed;
|
background-attachment: scroll,scroll;
|
||||||
-webkit-background-attachment: fixed,fixed ;
|
-webkit-background-attachment: scroll,scroll ;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue