diff options
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; |