We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51c64b commit 6377f68Copy full SHA for 6377f68
2 files changed
assets/style.css
@@ -34,7 +34,7 @@ p {
34
font-size: 18px;
35
}
36
37
-a {
+.header a {
38
color: inherit;
39
text-decoration: none;
40
font-weight: 900;
@@ -45,7 +45,7 @@ a {
45
padding: 0 4px;
46
47
48
-a:hover {
+.header a:hover {
49
font-size: 1.25em;
50
color: var(--color-primary);
51
background: var(--color-secondary);
index.html
@@ -184,7 +184,7 @@ <h2>This is a page showcasing my demo implementations of a JavaScript tutorial s
184
<div class="container-block">
185
<a href="https://vanntile.github.io/JavaScript30/24%20-%20Sticky%20Nav">
186
<img src="assets/img/24 - Sticky Nav.png" alt="Sticky Nav Demo">
187
- <span class="description"></span>
+ <span class="description">#24 Sticky Nav</span>
188
</a>
189
</div>
190
0 commit comments