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: + + + + +
+ + +
+ + +
+ +
+ + + +
+
+ + + + 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; +}