From 99e82f1e24c9ecc2ef0187b88043d2d618dd900f Mon Sep 17 00:00:00 2001 From: Joshua Killen <45966243+joshua-killen@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:21:40 +0100 Subject: [PATCH] . --- about/About.html | 2 +- about/about_assets/about.css | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/about/About.html b/about/About.html index 300fe8b..1022a4a 100644 --- a/about/About.html +++ b/about/About.html @@ -49,7 +49,7 @@

About

- The Website + The Website
This website was made in response to the Z14IT Assignment 2 criteria. It has been made to help people to learn about how the internet works up to the understanding of a student that had taken the Digital Technologies course at CUC. The website seen as it is currently is the culmination of 6 weeks work and research, including: a timeline of the internet's evolution; essential knowledge on networks and networking fundamentals; and guides on HTML5, CSS, and Javascript.
diff --git a/about/about_assets/about.css b/about/about_assets/about.css index b2167b4..d87cae2 100644 --- a/about/about_assets/about.css +++ b/about/about_assets/about.css @@ -1,7 +1,16 @@ +h1 { + padding-bottom: 14.2em; +} + article img { border: 4px solid #f2f2f2; } +summary { + list-style-type: none; + cursor: pointer; +} + .imgLeft { float: left; } @@ -36,9 +45,10 @@ p .aboutTitle { clear: both; } -summary { - list-style-type: none; - cursor: pointer; +.headImg { + background-image: url(internet.png); + width: 100%; + background-repeat: no-repeat; } #jkillen { @@ -53,12 +63,7 @@ summary { padding-bottom: 2em } -.headImg { - background-image: url(internet.png); - width: 100%; - background-repeat: no-repeat; +#webTitle { + padding-top: none; } -h1 { - padding-bottom: 14.5em; -}