Skip to content

Commit 48b0f3f

Browse files
Vineeth T RVineeth T R
Vineeth T R
authored and
Vineeth T R
committed
spin update
1 parent a8f91ed commit 48b0f3f

File tree

6 files changed

+16
-220
lines changed

6 files changed

+16
-220
lines changed

css/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/workshop.css

-47
This file was deleted.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
77
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
88
<link rel="manifest" href="site.webmanifest">
9-
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
9+
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#ffffff">
1010
<meta name="msapplication-TileColor" content="#da532c">
1111
<meta name="theme-color" content="#ffffff">
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -55,7 +55,7 @@
5555
</head>
5656
<body>
5757
<header>
58-
<span class="brand">CSS L &nbsp; aders</span>
58+
<span class="brand">L &nbsp; aders</span>
5959

6060
<nav>
6161
<a class="nav-btn codepen" target="_blank" href="https://codepen.io/vineethtrv/pen/NWxZqMM"></a>

scss/styles.scss

+13-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ $size: 48px;
1111
box-sizing: border-box;
1212
}
1313
::-webkit-scrollbar {
14-
width: 8px;
15-
height: 8px;
14+
width: 10px;
15+
height: 10px;
16+
}
17+
::-webkit-scrollbar:hover {
18+
width: 18px;
19+
background: #0004;
20+
}
21+
::-webkit-scrollbar-track:hover {
22+
background: #0001;
1623
}
1724

1825
/* Track */
@@ -50,7 +57,9 @@ header {
5057
display: flex;
5158
align-items: center;
5259
justify-content: space-between;
53-
60+
position: sticky;
61+
top: 0px;
62+
z-index: 10;
5463
nav {
5564
display: flex;
5665
align-items: center;
@@ -87,7 +96,7 @@ header {
8796
&::after{
8897
content: '';
8998
position: absolute;
90-
left: 95px;
99+
left: 20px;
91100
bottom: 7px;
92101
border: 3px solid $lite;
93102
border-bottom-color: $brand;

scss/workshop.scss

-75
This file was deleted.

workshop.html

-91
This file was deleted.

0 commit comments

Comments
 (0)