From 46161fb0020c8d1309e2ab89bd1c842fffa98743 Mon Sep 17 00:00:00 2001 From: ViburPLP <159889417+ViburPLP@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:40:41 +0300 Subject: [PATCH 1/2] Update index.html --- index.html | 79 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 62 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 69d1e1d..ff22ad9 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,69 @@ - + + + + Web Tech Hack + + + + +

Web Technologies Level 1 hackathon

+

The power lean Project

+

+ The Power Learn Initiative launched the #1Milliondevs4Africa program in April 2022 to + make tech skills accessible and affordable to young Africans. +



- +

+ Check this out, to study software development



+
+ +


- +
+
+ +

- + +

- + +

+ + +

+ + + Gender: + + + + + + Select your Subject: +

+ + +

+

+ + +


+
+ + + From 6531db0cc8ad79b57aa92293fa282bf0d46de451 Mon Sep 17 00:00:00 2001 From: ViburPLP <159889417+ViburPLP@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:41:11 +0300 Subject: [PATCH 2/2] Update style.css --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8b13789..6ada1f3 100644 --- a/style.css +++ b/style.css @@ -1 +1,9 @@ - +.heading{ color:blue; font-family: "Gill Sans";} +.heading_2{ color: brown; font-family: Verdana; } +.paragraph_main {color: black; font-family: Tahoma;} +.paragraph_1{color: red; font-size: 15px ;} +.PLP_logo { + border: 2px; + min-width: 500px; + min-height: 500px; +}