From 85dd30f530141b59a955372fd546b70f37d93e57 Mon Sep 17 00:00:00 2001 From: plpmercy <159679541+plpmercy@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:13:16 +0300 Subject: [PATCH 1/2] Update index.html --- index.html | 87 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 69d1e1d..60119c6 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,77 @@ - + + + + + + HTML Structure + + + +
+

HACKATHON

+

Do you want to hear a joke? Well, I thought the hackathon was about hacking, meaning gaining unauthorized access to data in a system or computer. Turns out, the meaning is a social coding event that brings computer programmers and other interested people together to improve upon or build a new software program.

+
+ CLICK HERE TO VIEW MY AMAZING WEBSITE - +
+ Sample Image +
+
+
+ +
- + +
+ +
- + +
- +
+ Gender: + + + + +
+ + +
+ + +
+ +
+ + + +
+
+ + + + From 2ba7f2278d12760df74dffff2dae685b9fb5741c Mon Sep 17 00:00:00 2001 From: plpmercy <159679541+plpmercy@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:13:49 +0300 Subject: [PATCH 2/2] Update style.css --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.css b/style.css index 8b13789..97bc836 100644 --- a/style.css +++ b/style.css @@ -1 +1,14 @@ +h1 { + color: blue; /* Making headlines blue */ +} +p { + color: red; /* Making paragraphs red */ + font-size: 15px; +} + +.image-section img { + width: 500px; + height: 500px; + border: 5px solid green; +}