Update 404.html
This commit is contained in:
parent
fafbcd6d46
commit
bb09aa0c54
1 changed files with 4 additions and 0 deletions
4
404.html
4
404.html
|
@ -15,6 +15,8 @@
|
|||
margin: 0
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
body{
|
||||
width: 100%;
|
||||
|
@ -25,6 +27,8 @@
|
|||
}
|
||||
marquee{
|
||||
height: 100vh;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
</style></head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue