revert the entire file

the page just broke
This commit is contained in:
jumping283 2023-01-26 11:29:09 -08:00 committed by GitHub
parent c30f9e6c43
commit 0cbfaf678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -13,8 +13,7 @@
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('/maydo/picktyping/typingbackground.jpeg');
filter: blur(8px);
background-image: url('https://w3schools.com/w3images/forestbridge.jpg');
min-height: 100%;
background-position: center;
background-size: cover;
@ -22,8 +21,8 @@ body, html {height: 100%}
</style>
</head>
<body>
<div class="bgimg">
<div class="w3-display-container w3-text-white">
<div class="bgimg w3-display-container w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/">Mr. Andrews</a>
</div>
@ -36,7 +35,6 @@ body, html {height: 100%}
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
</div>
</div>
</div>
</body>
</html>