From ab5f8909af5fa463dc406de3ef5ddb36bf29bcaf Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 25 Sep 2023 03:20:13 +0500 Subject: [PATCH] Add projects I'm proud of --- index.html | 34 +++++++++++++++++++++------------- styles.css | 9 ++++++--- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index d9092b1..6aac4a6 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,23 @@ - - Home - Hadeed Ahmad - - - - - - - My picture -

Welcome to my website!

-

There's not much right now, but soon this will be quite nice :)

-

Check out my projects here.

- + + Home - Hadeed Ahmad + + + + + + + +

+ Projects I'm most proud of: +

+ You can find rest of what I'm up to here. +

+ diff --git a/styles.css b/styles.css index fd50681..ad3d1b6 100644 --- a/styles.css +++ b/styles.css @@ -1,14 +1,17 @@ body { - text-align: center; - background-color: #8cbfc5; + background-color: #5c959c; color: white; margin-top: 3rem; font-family: 'Roboto Mono', monospace, sans-serif; } +#header { + text-align: center; +} + img { border-radius: 50%; width: 200; height: 200; } -/* TODO: make responsive */ \ No newline at end of file +/* TODO: make responsive */