From a335a369b17652ad19e174542c1d5e8eb44242e1 Mon Sep 17 00:00:00 2001 From: eworc778 Date: Sat, 9 Aug 2025 18:04:09 +0100 Subject: [PATCH] Finished introduction. --- src/index.php | 12 ++++++++++-- src/style.css | 18 ++++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/index.php b/src/index.php index dfb1d3f..a6bc543 100644 --- a/src/index.php +++ b/src/index.php @@ -15,6 +15,14 @@ -

Hey, I'm Eworc.

+

Hey! I'm Eworc.

- \ No newline at end of file +

I write code, and listen to CDs :)

+ + + +
+ +

Here's some of the programs that I have written:

+ +
diff --git a/src/style.css b/src/style.css index 78add0f..c463a12 100644 --- a/src/style.css +++ b/src/style.css @@ -3,10 +3,11 @@ body { background-color: #1a1b26; } -p { +p, h1, h2, h3, h4 { font-family: Google Sans Code; color: #1a1b26; + font-weight: normal; } @@ -23,6 +24,19 @@ p { } +.centered-div{ + + margin-left: auto; + margin-right: auto; + max-width: 50%; + text-align: center; + border-radius: 10px; + padding: 10px; + margin-top: 5%; + +} + + .profile-picture{ @@ -30,4 +44,4 @@ p { max-width: 25%; -} \ No newline at end of file +}