diff options
author | JJ | 2024-04-26 01:42:54 +0000 |
---|---|---|
committer | JJ | 2024-04-26 01:43:05 +0000 |
commit | 2f17bc254bd94a32847ea71fe0433acf364c1c39 (patch) | |
tree | c92e91b3ad888683cee5bc55dc564cbdf8ef2c78 /index.html | |
parent | 1a8dbd5ee043703e91d0438ca95a9b6791b35290 (diff) |
meow
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,11 +4,11 @@ <title>scattered thoughts</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png" /> - <link rel="stylesheet" href="https://apropos.codes/css/style.css"> + <link rel="icon" type="image/jpg" href="https://toki.la/assets/light.png" /> + <link rel="stylesheet" href="https://toki.la/css/style.css"> <style> - main { - background: white; + main { + background: white; width: fit-content; padding: 10px; text-align: center; @@ -25,8 +25,8 @@ margin: 20em auto; } } - - body { + + body { background-image: url("Hildegard_von_Bingen.jpg"); background-repeat: no-repeat; background-size: cover; |