From a89dd276efea64b7bbaf595dc8184cebe262fb13 Mon Sep 17 00:00:00 2001 From: Bhagyalakshmi Date: Sat, 20 May 2023 17:23:54 -0400 Subject: [PATCH] This is my portfolio# Please enter the commit message for your changes. Lines starting --- src/index.html | 20 +++++++++++++++++--- src/main.css | 24 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 6a7c812fa..76db7be9f 100644 --- a/src/index.html +++ b/src/index.html @@ -7,8 +7,22 @@ HTML Portfolio - - Welcome to the HTML Portfolio Project - +
+

Bhagyalakshmki Katta

+

Graduate Student

+
+
+

I am a fresher with a keen interest in machine learning and cybersecurity and I am currently pursuing masters at university of Cincinnati.

+
+
+

My skills

+ + + +
+
+

Contact me

+

linkedinhttps://www.linkedin.com/in/bhagya-lakshmi-katta/

+
diff --git a/src/main.css b/src/main.css index e69de29bb..da1c85c77 100644 --- a/src/main.css +++ b/src/main.css @@ -0,0 +1,24 @@ +.header { +background-color: blueviolet ; +padding: 20px; +text-align: center; +font-size: xx-large; +} +.tagline{ + background-color: whitesmoke ; +padding: 20px; +text-align: center; +font-size: large; +} +.skills{ + background-color: blueviolet ; +padding: 20px; +text-align: center; +font-size: medium; +} +.contact{ + background-color: whitesmoke ; + padding: 20px; + text-align: center; + font-size: medium; +} \ No newline at end of file