Skip to content

Commit 6377f68

Browse files
author
vanntile
committed
Updated presentation page
1 parent e51c64b commit 6377f68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ p {
3434
font-size: 18px;
3535
}
3636

37-
a {
37+
.header a {
3838
color: inherit;
3939
text-decoration: none;
4040
font-weight: 900;
@@ -45,7 +45,7 @@ a {
4545
padding: 0 4px;
4646
}
4747

48-
a:hover {
48+
.header a:hover {
4949
font-size: 1.25em;
5050
color: var(--color-primary);
5151
background: var(--color-secondary);

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2>This is a page showcasing my demo implementations of a JavaScript tutorial s
184184
<div class="container-block">
185185
<a href="https://vanntile.github.io/JavaScript30/24%20-%20Sticky%20Nav">
186186
<img src="assets/img/24 - Sticky Nav.png" alt="Sticky Nav Demo">
187-
<span class="description"></span>
187+
<span class="description">#24 Sticky Nav</span>
188188
</a>
189189
</div>
190190
<div class="container-block">

0 commit comments

Comments
 (0)