Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tejazmali committed Nov 8, 2024
2 parents 9780353 + fdfc83b commit bb04f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer Contact Card </title>
<link rel="stylesheet" href="style.css">

<link rel="icon" href="https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/Images/tejas.png" type="image/x-icon">


</head>
<style>
* {
Expand All @@ -23,7 +26,7 @@
</div>
<div class="card">
<div class="profile reveal">
<img src="https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/Images/tejas.png" alt="Profile Image" class="profile-image">
<img src="https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/Images/tejas.png" alt="Profile Image" class="profile-image">
<h1 class="header-name">TEJAS MALI</h1>
</div>
<div class="contact-info reveal">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
background-size: cover;
background-size: 200%;
background-position: center;
background-image: url(/https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/Images/tejas.png);
background-image: url(https://raw.githubusercontent.com/tejasmali07/Linktree-Page-HTML-CSS-/313e6801ff1c39527a23da5b47f7d61c32261227/Images/tejas.png);
}

.card {
Expand Down

0 comments on commit bb04f3e

Please sign in to comment.