From 0752c3a37d50810ed99e31c5980e55218099a2a7 Mon Sep 17 00:00:00 2001 From: Steve Hall Date: Wed, 15 Nov 2023 16:45:52 +0000 Subject: [PATCH] Update styling. --- index.html | 6 +++--- styles.css | 26 +++++++++++++++----------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 36c588b..4f15c56 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@

Video Chat App

- A master craftsman of
+ A master craftsman of
clean, maintainable code.

@@ -143,7 +143,7 @@

3D Collectibles App

A keen eye for design
- and creating the best UX. + and creating the best UX.

I started my career as a designer, so I bring products to life with @@ -343,7 +343,7 @@

And so much more...

I've been on such an incredible journey throughout my career, using - all kinds of tools, technologies and techniques spanning all sorts of + all kinds of tools, technologies and techniques, spanning all sorts of use-cases and sectors – I simply couldn't share it all here. If you have a specific requirement and would like some more relevant examples, please get in touch. diff --git a/styles.css b/styles.css index 9aef5a8..235ce8a 100644 --- a/styles.css +++ b/styles.css @@ -18,7 +18,7 @@ html { min-width: 20em; min-height: 20em; background: #1a1a1a; - color: #ffffff; + color: #a1a1a1; font-family: "Gilroy", sans-serif; text-align: center; line-height: 2; @@ -60,10 +60,6 @@ a:hover { color: #3399ff; } -br.desktop { - display: none; -} - .section { display: flex; position: relative; @@ -81,19 +77,22 @@ br.desktop { } .promo__heading { + color: #ffffff; margin-bottom: 0.5rem; - font-size: 1.5em; + font-size: 2.25em; line-height: 1.25; letter-spacing: -0.025em; } +.promo__heading > br { + display: none; +} + .promo__description { margin: 0 auto; - color: #a3a3a3; } .project { - color: #a3a3a3; position: relative; text-align: justify; } @@ -128,6 +127,7 @@ br.desktop { } .project__link { + color: #ffffff; display: inline-block; font-weight: bold; } @@ -192,6 +192,10 @@ br.desktop { line-height: 1.25; } +.contact__heading { + color: #ffffff; +} + .contact__options { margin: 1rem 0; padding: 0; @@ -226,13 +230,13 @@ br.desktop { .promo__heading { font-size: 2em; } -} -@media screen and (min-width: 45em) { - br.desktop { + .promo__heading > br { display: inline; } +} +@media screen and (min-width: 45em) { .promo { font-size: 21px; line-height: 2.5;