change relative for absolute
This commit is contained in:
parent
c874df0841
commit
df19c629fc
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
|
@ -34,9 +34,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#mascotte {
|
#mascotte {
|
||||||
position: relative;
|
position: absolute;
|
||||||
bottom: -0px;
|
top: 670px;
|
||||||
right: 0px;
|
right: 100px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -49,9 +49,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.speech-bubble {
|
.speech-bubble {
|
||||||
position: relative;
|
position: absolute;
|
||||||
bottom: 0px;
|
top: 100px;
|
||||||
left: 700px;
|
right: 170px;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1025px;
|
width: 1025px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue