]> git.ekhem.eu.org Git - website.git/commitdiff
Distinguish the page with border and colours.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:37:44 +0000 (17:37 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:39:55 +0000 (17:39 +0200)
index.html

index 25026a52c75a14045ccacdb8a6a93630c8b0f53e..b96d6431efdf7a7c0eda87b1ff19676f615fd5de 100644 (file)
@@ -5,11 +5,14 @@
   <meta name="viewport" content="heigth=device-height, width=device-width, initial-scale=1.0">
   <style>
     html {
+      background-color: #7fa99b;
       display: grid;
       grid-template-columns: auto min(95vw, 700px) auto;
       height: 100%;
     }
     body {
+      background-color: #f1d18a;
+      border-style: double;
       grid-column: 2;
       margin: 10px 0;
     }