From ae26b53165e75f589fcc0fb4a0b3da4f89811d19 Mon Sep 17 00:00:00 2001 From: Lakhdeep <95624426+lakhdeepjawandha@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:55:19 +1000 Subject: [PATCH] Update index.html (#4) * Update index.html * Update styles.css (#5) --- index.html | 1 + styles.css | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/index.html b/index.html index d5b1881..9764ea4 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Lakhdeep Singh Jawandha - Senior iOS Software Engineer + Download Resume diff --git a/styles.css b/styles.css index d00cd1d..ee4d2fc 100644 --- a/styles.css +++ b/styles.css @@ -24,6 +24,19 @@ h1 { font-weight: 700; } +.download-resume-button { + display: inline-block; + margin-top: 10px; + padding: 10px 20px; + background-color: #001744; + color: white; + text-decoration: none; + border-radius: 5px; + font-size: 16px; +} +.download-resume-button:hover { + background-color: #0056b3; +} .job-title { font-size: 1.3em; margin-bottom: 30px;