diff --git a/index.html b/index.html index 69d1e1d..12d59b8 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,53 @@ - + + + + + + HTML STRUCTURE + + + +

BASIC HTML STRUCTURE

+

This is how a basic html structure looks like.

+ Learn HTML here
+
+ This a picture of a FLOWER FLOWER +

+
+
+ +
+ + + +
+ +
+
+ Gender + + + + +
+ +
+ +
+
+ + +
+
+ + - - - - - - - - - - diff --git a/style.css b/style.css index 8b13789..44cea6c 100644 --- a/style.css +++ b/style.css @@ -1 +1,5 @@ - +.image { + width: 500px; + height: 500px; + border: 5px solid green; + }