fix the background

the entire page would blur because of a <div> error
This commit is contained in:
jumping283 2023-01-26 11:27:45 -08:00 committed by GitHub
parent 8ad1a2149a
commit c30f9e6c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,8 @@ body, html {height: 100%}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-text-white">
<div class="bgimg">
<div class="w3-display-container w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/">Mr. Andrews</a>
</div>
@ -36,6 +36,7 @@ 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>