From 5f371357b8951464f3c174c715f58f75f08fd59f Mon Sep 17 00:00:00 2001 From: bocharudo Date: Mon, 9 Dec 2024 18:50:33 +0800 Subject: [PATCH] increase font size --- index.html | 60 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index f90b000..1a204b6 100644 --- a/index.html +++ b/index.html @@ -28,9 +28,6 @@ margin: 0; padding: 0; } -html { - font-size: 62.5%; -} body { font-family: Arial, Helvetica, sans-serif; display: flex; @@ -38,6 +35,14 @@ body { align-items: center; } .container { + width: 90%; +} +.img-ctn { + display: flex; + flex-direction: column; + align-items: center; +} +.content-ctn { text-align: center; } h1 { @@ -53,34 +58,45 @@ p { .links { font-weight: bold; font-size: 1.4rem; +} +footer { + margin-top: 2rem; } - -
-

Construction still ongoing!

-

A new version of this website will be released soon!

+
+ + +
+
+

Construction still ongoing!

+

A new version of this website will be released soon!

-
+
-

You can check the previous designs of my website here:

- +

You can check the previous designs of my website here:

+ -
-
+
+
-

My Projects here:

-

Here are some projects I've done using JavaScript!

- +

My Projects here:

+

Here are some projects I've done using JavaScript!

+ +
+ + \ No newline at end of file -- 2.39.5