changed a few w3css tags

This commit is contained in:
jumping283 2023-01-20 14:09:34 -08:00 committed by GitHub
parent 870b56827b
commit d7fd289e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@ body, html {height: 100%}
</head>
<body>
<div class="bgimg w3-display-container w3-animate-opacity 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>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">typing.zen</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center"><a href="/maydo/typing">Version 1</a><br><a href="/maydo/typing2">Version 2</a></p>
<p class="w3-large w3-center w3-animate-bottom"><a href="/maydo/typing">Version 1</a><br><a href="/maydo/typing2">Version 2</a></p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>