diff --git a/new-website/index.html b/new-website/index.html index 007638a8..167b6735 100644 --- a/new-website/index.html +++ b/new-website/index.html @@ -216,7 +216,10 @@

-->
-

About

+
+ +

About

+

ResourceHub is an open-source project I created on September 14, 2023, with the goal of compiling helpful resources for web development initially. My aim was to provide developers with valuable resources they could use to enhance their workflow or in their journey as a developer.

diff --git a/new-website/style.css b/new-website/style.css index 9cee8794..e334faac 100644 --- a/new-website/style.css +++ b/new-website/style.css @@ -1167,6 +1167,28 @@ body{ /* Add these styles to the end of your existing style.css file */ +.about-section { + background-color: white; + padding: 40px; + width: 90%; + max-width: 1000px; + border: none !important; + box-shadow: none !important; +} + +.about-container { + display: flex; + align-items: center; + margin-bottom: 20px; +} + +.about-section p { + font-size: 1em !important; + line-height: 1.5 !important; + margin-bottom: 20px; + color: #333; +} + .container { display: flex; justify-content: space-between;