From a00f0c8d3bf51b80c49e7064c263502f4e9c4877 Mon Sep 17 00:00:00 2001 From: Okinda Date: Tue, 19 Mar 2024 01:16:06 +0300 Subject: [PATCH] web hackathon --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++------ style.css | 18 +++++++++++++++ 2 files changed, 79 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 69d1e1d..40f2e96 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,6 @@ - - - - - - - + + + + + + Basic HTML Structure + + + +
+

Blue Heading

+
+
+

Red paragraph with font size 15px

+ Open External Resource +
+
+ Image +
+
+
+
+ +

+ +

+ +

+ +

+
+ Gender: + + + +

+ +

+ +

+ + + +
+
+
+ + + diff --git a/style.css b/style.css index 8b13789..af15013 100644 --- a/style.css +++ b/style.css @@ -1 +1,19 @@ + h1 { + color: blue; + } + p { + color: red; + font-size: 15px; + } + .image-container { + border: 2px solid green; + width: 500px; + height: 500px; + } + + label { + font-weight: bold; + } + +