From c80f382f930620392ac48938a97ba2c7271208e5 Mon Sep 17 00:00:00 2001 From: Jonathan Wilferd Date: Wed, 1 Nov 2023 13:05:27 -0700 Subject: [PATCH] Adjusted the jumbotron text, created a new SubText ID with a max-width of 50rem. --- assets/css/style.css | 4 ++++ index.html | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4e0f41c..7e46607 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,6 +100,10 @@ nav a:active { margin-bottom: 30rem; } +#jumboSubText { + max-width: 50rem; +} + .selfImg { width: 300px; height: auto; diff --git a/index.html b/index.html index 6f9cd5c..01ef5a8 100644 --- a/index.html +++ b/index.html @@ -36,17 +36,17 @@

-

Hi, my name is

-

Jonathan Wilferd

-

Web Developer, Developer, Etc

-

I'm a software developer specializing in full-stack web development, building websites and learning on the go

+

👋 Hi, my name is

+

Jonathan Wilferd

+

Developing digital applications

+

+ I'm a software developer specialized in Full-Stack Web Development. Enhancing my skills through further research and educational pursuits. And presently, I'm focused on building a diverse range of applications while consistently expanding my toolkit. +

+
-