Skip to content

Commit

Permalink
style updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AbmSourav committed Sep 21, 2022
1 parent 4cce2e0 commit 95b6014
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
</div>

<div class="container">
<h1 class="brand">CodesVault</h1>
<h1 class="brand">
<span class="brand-codes">Codes</span><span class="brand-vault">Vault</span>
</h1>
<p class="brand-info">CodesVault is Codes Vault :)</p>

<div class="vault">
Expand Down
18 changes: 12 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ body {
}

a {
color: #0bfa77;
color: #36c275;
text-decoration: none;
}
a:hover {
color: #0bfa77;
color: #36c275;
filter: opacity(.8);
}

Expand All @@ -34,11 +34,17 @@ a:hover {

.brand {
font-size: 4rem;
line-height: 1;
background: linear-gradient(315deg,#00d301,#36c275 50.5%,#00a562);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
}
.brand-info {
font-size: .8rem;
color: #eeeeee;
margin-top: 5px;
color: #8b8b8b;
letter-spacing: .3px;
}

Expand All @@ -52,6 +58,6 @@ a:hover {
padding: 10px 15px;
}
.vault a span {
margin-right: 8px;
letter-spacing: 3px;
margin-right: 6px;
letter-spacing: 4px;
}

0 comments on commit 95b6014

Please sign in to comment.