Skip to content

Commit b405d1a

Browse files
author
TechStack Global
committed
Visual assets update
1 parent ad1ac77 commit b405d1a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

cover.png

41.5 KB
Loading

style.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ nav {
4949
font-size: 1.5rem;
5050
font-weight: 800;
5151
letter-spacing: -1px;
52+
display: flex;
53+
align-items: center;
54+
}
55+
56+
.logo img {
57+
height: 35px;
58+
margin-right: 12px;
59+
filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.4));
5260
}
5361

5462
.logo span {
@@ -87,8 +95,15 @@ nav {
8795
display: grid;
8896
grid-template-columns: 1.2fr 1fr;
8997
align-items: center;
90-
padding: 8rem 2rem;
98+
padding: 10rem 2rem;
9199
gap: 4rem;
100+
position: relative;
101+
background: linear-gradient(to right, rgba(5, 5, 5, 1) 40%, rgba(5, 5, 5, 0.6) 100%), url('cover.png');
102+
background-size: cover;
103+
background-position: center right;
104+
border-radius: 30px;
105+
margin-top: 1rem;
106+
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
92107
}
93108

94109
.badge {

0 commit comments

Comments
 (0)