From 58fc435faed567481c8126fcac63f63ac2032d76 Mon Sep 17 00:00:00 2001 From: divyank12singh Date: Sun, 14 Nov 2021 09:45:58 +0530 Subject: [PATCH] submission --- index.html | 40 ++++++++++++++++++++++++++++++++++++++++ screen.css | 27 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 index.html create mode 100644 screen.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..0cfe683 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + Document + + +
+
+
+ +
+
+

Assignment-3

+
+
+
+
+
+

Sites

+ +
+
+

Recent Visit

+ + +
+
+ + + \ No newline at end of file diff --git a/screen.css b/screen.css new file mode 100644 index 0000000..4d4a46a --- /dev/null +++ b/screen.css @@ -0,0 +1,27 @@ +.header_content{ + display: inline-block; + width: 48%; +} +img{ + border: 3px solid mediumorchid; + width: 50%; + height: 50%; +} +h1{ + float: right; + +} +.list_content{ + display: inline-block; + width: 48%; +} +ul{ + list-style-type: none; +} +h3{ + text-shadow: 0 0 3px #FF0000; +} +h1 { + color: white; + text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; + } \ No newline at end of file