Attempt at auto resizing of things.

This commit is contained in:
youngchief btw ツ 2021-12-21 09:58:45 -08:00
parent 55b77509aa
commit 2df7b817f6
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1><img src="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg" height="175" weight="175" style="border-radius: 5%;"><br/>youngchief btw ツ</h1>

View File

@ -19,4 +19,9 @@ a {
a:hover {
text-decoration:underline;
}
}
body {
width: 100%;
height: 100%
}