Skip to content

Commit 5004e76

Browse files
committed
New Logo Visual Change
1 parent e7f05f0 commit 5004e76

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- The Start of the Page -->
5353
<header>
5454
<nav>
55-
<div class="logo">CustomBAR</div>
55+
<div class="logo">Custom<span class="logoglow">BAR</span></div>
5656
<ul>
5757
<li>
5858
<a target="_blank" href="vulunteerform.html" class="button"

styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ nav {
3535
.logo {
3636
font-size: 40px;
3737
font-weight: bold;
38-
color: #58a6ff;
38+
background-clip: text;
39+
color: transparent;
40+
background-image: linear-gradient(to right, #4a9eff, #6378ff);
3941
text-align: center;
4042
}
4143

44+
.logoglow {
45+
text-shadow: 0px 0px 20px #fff25eab;
46+
border-bottom: 3px solid #ffffff;
47+
color: white;
48+
}
49+
4250
.highlight-free {
4351
color: #58a6ff;
4452
font-weight: bold;

0 commit comments

Comments
 (0)