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 {
|
||||
position: relative;
|
||||
bottom: -0px;
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
top: 670px;
|
||||
right: 100px;
|
||||
z-index: 999;
|
||||
transform: scaleX(-1);
|
||||
cursor: pointer;
|
||||
|
|
@ -49,9 +49,9 @@
|
|||
}
|
||||
|
||||
.speech-bubble {
|
||||
position: relative;
|
||||
bottom: 0px;
|
||||
left: 700px;
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
right: 170px;
|
||||
z-index: 998;
|
||||
display: flex;
|
||||
width: 1025px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue