more of me being the worst css designer ever

This commit is contained in:
jumping283 2023-01-26 11:59:01 -08:00 committed by GitHub
parent 71b72519da
commit 8d4666657b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,7 +3,11 @@
<title>Form</title>
<link rel="icon" href="/A-300.png">
<link rel="stylesheet" href="/w3css/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('https://w3schools.com/w3images/forestbridge.jpg');
min-height: 100%;