diff --git a/index.html b/index.html index d567464..3ef663b 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +!DOCTYPE html> @@ -15,19 +15,21 @@

Student Bio

- Student Photo + Priyanka
-

John Doe

-

Hi, I'm John, a passionate software developer currently enrolled in the Code:You bootcamp. I love building responsive web applications and constantly exploring new technologies.

+

Priyanka

+

Hi, I'm Priyanka, a passionate software developer currently enrolled in the Code:You bootcamp. I love building responsive web applications and constantly exploring new technologies.

- + diff --git a/styles.css b/styles.css index c8011a0..5092ca9 100644 --- a/styles.css +++ b/styles.css @@ -63,7 +63,7 @@ header h1 { } .link-btn { - background-color: #007bff; + background-color: #229954; color: white; text-decoration: none; padding: 10px 20px; @@ -90,4 +90,4 @@ header h1 { width: 100%; padding: 12px; } -} \ No newline at end of file +}