remove w3css

This commit is contained in:
zensprojects 2023-02-01 11:36:04 -08:00 committed by GitHub
parent 51f06abe04
commit 92f414c8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@
<head> <head>
<title>MobyMax</title> <title>MobyMax</title>
<link href="https://fonts.cdnfonts.com/css/instagram-sans-2" rel="stylesheet"> <link href="https://fonts.cdnfonts.com/css/instagram-sans-2" rel="stylesheet">
<link rel="stylesheet" href="/w3css/w3.css">
<style> <style>
body { body {
font-family: 'Instagram Sans', sans-serif; font-family: 'Instagram Sans', sans-serif;
color: white;
text-align: center;
} }
.bgimg { .bgimg {
background-image: url('/background.png'); background-image: url('/background.png');
@ -15,7 +16,7 @@ body {
} }
</style> </style>
</head> </head>
<body class="bgimg w3-text-white w3-display-center"> <body class="bgimg">
<h2> <a href="https://portal.egusd.net">Portal</a><br> <h2> <a href="https://portal.egusd.net">Portal</a><br>
Hold <strong>ctrl</strong> (it is in the bottom left corner of your keyboard) and click the link to open in a new tab. then log in to portal. Hold <strong>ctrl</strong> (it is in the bottom left corner of your keyboard) and click the link to open in a new tab. then log in to portal.
<br><br> <br><br>