diff --git a/index.html b/index.html index bc3e061..d7f9f37 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,9 @@

Welcome to my page

This is a lovely site where I will showcase my upcoming projects. I'm also planning on doing a blog but I'm still working on it.

-

I'm a small developer, mainly as a hobby, I am learning HTML, CSS and JS. I have full knowledge in Linux and also daily drive an Arch Linux installation every day as my main system. I love self-hosting, I acttally have my own git server! +

I'm a small developer, mainly as a hobby, I am learning HTML, CSS and JS. I have full knowledge in Linux and also daily drive an Arch Linux installation every day as my main system.

+

I love self-hosting, I acttally have my own git server!


diff --git a/style.css b/style.css index b166499..aab2cd5 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,7 @@ body { .main-content { width: 75%; padding: 20px; - background-color: white; + background-color: rgb(0, 0, 0); border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-align: center; /* Center content horizontally */ @@ -38,7 +38,7 @@ body { /* Header styles */ h1 { font-size: 36px; - color: #333; + color: #ffffff; margin-bottom: 10px; } @@ -50,7 +50,7 @@ a { } a:hover { - text-decoration: underline; + color: #9f8ffa; } /* List styles */ @@ -62,11 +62,12 @@ nav ul { nav ul li { display: inline-block; - margin-right: 10px; + margin-right: 1px; } /* Paragraph styles */ p { + color: #ffffff; font-size: 16px; line-height: 1.5; } @@ -75,7 +76,7 @@ p { hr { border: 0; height: 1px; - background-color: #333; + background-color: #00db16; margin-bottom: 20px; }