bb
This commit is contained in:
parent
4121e44ca5
commit
7ee39aa652
1 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@
|
||||||
position:fixed;
|
position:fixed;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
height: 100;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
.sealimg {
|
.sealimg {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="seal">
|
<div class="seal" height="100%" width="100%">
|
||||||
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%">
|
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%">
|
||||||
<marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%">
|
<marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%">
|
||||||
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
|
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue