From 46bc645cfbee6ecc00f0e12b42f9500f13a4bce0 Mon Sep 17 00:00:00 2001 From: Abhi-046 Date: Wed, 9 Oct 2024 23:05:18 +0530 Subject: [PATCH] HI --- LCS2024046/index.html | 45 +++++++++++++++++++++++++++++++++++++++++ LCS2024046/style.css | 47 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 LCS2024046/index.html create mode 100644 LCS2024046/style.css diff --git a/LCS2024046/index.html b/LCS2024046/index.html new file mode 100644 index 0000000..60260bd --- /dev/null +++ b/LCS2024046/index.html @@ -0,0 +1,45 @@ + + + + + + Your Name - Portfolio + + + +
+

BOLLAGANI ABHINAV

+

Branch: COMPUTER SCIENCE | Roll No: LCS2024046

+
+ + + +
+

Skills

+ +
+ +
+

Hobbies

+ +
+ + + diff --git a/LCS2024046/style.css b/LCS2024046/style.css new file mode 100644 index 0000000..85bac79 --- /dev/null +++ b/LCS2024046/style.css @@ -0,0 +1,47 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + line-height: 1.6; +} + +header { + background: #4CAF50; + color: white; + padding: 20px; + text-align: center; +} + +nav { + background: #333; + color: white; +} + +nav ul { + list-style-type: none; + padding: 0; +} + +nav ul li { + display: inline; + margin: 0 15px; +} + +nav ul li a { + color: white; + text-decoration: none; +} + +section { + padding: 20px; +} + +footer { + text-align: center; + padding: 10px; + background: #333; + color: white; + position: fixed; + bottom: 0; + width: 100%; +}