From a51f9c876bce87011829e5045f8242f58184d594 Mon Sep 17 00:00:00 2001 From: Declanhs <65282496+Declanhs@users.noreply.github.com> Date: Tue, 18 May 2021 22:15:34 +0100 Subject: [PATCH 1/3] Basic template descriptive title head, header, main, footer --- css/style.css | 21 +++++++++++++++++++++ index.html | 18 +++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 75e9841e..1d92d1c0 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,24 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ +header { + text-align: center; + margin: 20px; + padding: 20px; + border-radius: 5px; + border-color: blueviolet; +} +main { + text-align: center; + margin: 20px; + padding: 20px; + border-radius: 5px; + border-color: blueviolet; +} +footer { + text-align: center; + margin: 20px; + padding: 20px; + border-radius: 5px; + border-color: blueviolet; +} diff --git a/index.html b/index.html index 67dfc7f5..9e596977 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - My Blog + Boxing, Floyd mayweather + +
Boxing legends + +
+ + +
Floyd Mayweather + +
+ + + + From 8446d008c8d0d3fda4e9b21ca070aaf440120f7c Mon Sep 17 00:00:00 2001 From: Declanhs <65282496+Declanhs@users.noreply.github.com> Date: Thu, 20 May 2021 11:05:42 +0100 Subject: [PATCH 2/3] Everything done but random text and link Everything done apart from link and random text --- css/style.css | 17 ++++++++++++++--- index.html | 34 +++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/css/style.css b/css/style.css index 1d92d1c0..f0ba3ab7 100644 --- a/css/style.css +++ b/css/style.css @@ -11,19 +11,30 @@ header { margin: 20px; padding: 20px; border-radius: 5px; - border-color: blueviolet; + color: blueviolet; } main { text-align: center; margin: 20px; padding: 20px; border-radius: 5px; - border-color: blueviolet; + color: blueviolet; } footer { text-align: center; margin: 20px; padding: 20px; border-radius: 5px; - border-color: blueviolet; + color: blueviolet; +} +body { + background-color: darkkhaki; +} +.Boxing { + margin: 2px; + padding: 2px; +} +.Boxing:first-child { + color: rgb(139, 61, 81); + font-size: large; } diff --git a/index.html b/index.html index 9e596977..d738ecd5 100644 --- a/index.html +++ b/index.html @@ -17,19 +17,35 @@ -
Boxing legends - -
- - -
Floyd Mayweather +
Boxing legends
+ +
+
+
+

+ Floyd mayweather is considered one of the best boxers of all time. +

+

+
+
+

+ Beating the likes of Canelo who I would personally say is the pound + for pound boxer in the world right now. +

+

+
+
+

Floyd vs Logan Paul

+

+
+
-