Epilepsy patch 404
This commit is contained in:
parent
399bae0788
commit
1f114e1806
1 changed files with 3 additions and 1 deletions
4
404.html
4
404.html
|
@ -20,6 +20,8 @@
|
|||
width: 100%;
|
||||
height: 100vh;
|
||||
background-image: url('assets/crt.gif');
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
marquee{
|
||||
height: 100vh;
|
||||
|
@ -27,7 +29,7 @@
|
|||
</style></head>
|
||||
<body>
|
||||
<marquee behavior="alternate" scrollamount="30">
|
||||
<marquee behavior="alternate" scrollamount="30" direction=""down>
|
||||
<marquee behavior="alternate" scrollamount="30" direction="down">
|
||||
<img src="assets/dvd.png">
|
||||
</marquee>
|
||||
</marquee>
|
||||
|
|
Loading…
Reference in a new issue