]> git.bochard.net Git - mysite.git/commitdiff
increase font size
authorbocharudo <hello@tenkyuu.dev>
Mon, 9 Dec 2024 10:50:33 +0000 (18:50 +0800)
committerbocharudo <hello@tenkyuu.dev>
Mon, 9 Dec 2024 10:50:33 +0000 (18:50 +0800)
index.html

index f90b00034f13e5e8ba1fc39e3d2df9317d525b54..1a204b693c7ba69139e48a5db387e0cd009950bb 100644 (file)
@@ -28,9 +28,6 @@
   margin: 0;\r
   padding: 0;\r
 }\r
-html {\r
-  font-size: 62.5%;\r
-}\r
 body {\r
   font-family: Arial, Helvetica, sans-serif;\r
   display: flex;\r
@@ -38,6 +35,14 @@ body {
   align-items: center;\r
 }\r
 .container {\r
+  width: 90%;\r
+}\r
+.img-ctn {\r
+  display: flex;\r
+  flex-direction: column;\r
+  align-items: center;\r
+}\r
+.content-ctn {\r
   text-align: center;\r
 }\r
 h1 {\r
@@ -53,34 +58,45 @@ p {
 .links {\r
   font-weight: bold;\r
   font-size: 1.4rem;\r
+}\r
+footer {\r
+  margin-top: 2rem;\r
 }\r
   </style>\r
 </head>\r
 <body>\r
-  <img src="assets/images/under-construction-text.gif" width="300">\r
-  <img src="assets/images/under-construction.gif" width="250">\r
   <div class="container">\r
-    <h1>Construction still ongoing!</h1>\r
-    <p>A new version of this website will be released soon!</p>\r
+    <div class="img-ctn">\r
+      <img src="assets/images/under-construction-text.gif" width="350">\r
+      <img src="assets/images/under-construction.gif" width="300">\r
+    </div>\r
+    <div class="content-ctn">\r
+      <h1>Construction still ongoing!</h1>\r
+      <p>A new version of this website will be released soon!</p>\r
 \r
-    <br>\r
+      <br>\r
 \r
-    <h2>You can check the previous designs of my website here:</h2>\r
-    <p class="links">\r
-      <a href="https://tenkyuu.dev/legacy/v3/">Version 3 (unfinished)</a> | \r
-      <a href="https://tenkyuu.dev/legacy/v2/">Version 2 (dev choice)</a> | \r
-      <a href="https://tenkyuu.dev/legacy/v1/">Version 1</a>\r
-    </p>\r
+      <h2>You can check the previous designs of my website here:</h2>\r
+      <p class="links">\r
+        <a href="https://tenkyuu.dev/legacy/v3/">Version 3 (unfinished)</a> | \r
+        <a href="https://tenkyuu.dev/legacy/v2/">Version 2 (dev choice)</a> | \r
+        <a href="https://tenkyuu.dev/legacy/v1/">Version 1</a>\r
+      </p>\r
 \r
-    <br>\r
-    <br>\r
+      <br>\r
+      <br>\r
 \r
-    <h2>My Projects here:</h2>\r
-    <p>Here are some projects I've done using JavaScript!</p>\r
-    <p class="links">\r
-      <a href="https://tenkyuu.dev/projects/palindrome-checker">Palindrome Checker</a> |\r
-      <a href="https://tenkyuu.dev/projects/roman-numeral-converter">Roman Numeral Converter</a>\r
-    </p>\r
+      <h2>My Projects here:</h2>\r
+      <p>Here are some projects I've done using JavaScript!</p>\r
+      <p class="links">\r
+        <a href="https://tenkyuu.dev/projects/palindrome-checker">Palindrome Checker</a> |\r
+        <a href="https://tenkyuu.dev/projects/roman-numeral-converter">Roman Numeral Converter</a>\r
+      </p>\r
+    </div>\r
   </div>\r
 </body>\r
+\r
+<footer>\r
+  <p>&copy Copyright rain/bocharudo</p>\r
+</footer>\r
 </html>
\ No newline at end of file