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;
|
||||
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
width: 100vh;
|
||||
|
||||
/* s/o coconut.jpeg */
|
||||
z-index: -10000000;
|
||||
|
@ -68,9 +68,9 @@ body {
|
|||
|
||||
.bg{
|
||||
background-position: center center, center center;
|
||||
background-size: auto,100% 100vh;
|
||||
background-attachment: fixed,fixed;
|
||||
-webkit-background-attachment: fixed,fixed ;
|
||||
background-size: auto,cover;
|
||||
background-attachment: scroll,scroll;
|
||||
-webkit-background-attachment: scroll,scroll ;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue