mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Attempt at auto resizing of things.
This commit is contained in:
parent
55b77509aa
commit
2df7b817f6
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -19,4 +19,9 @@ a {
|
|||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue