feat: add footer with links to project repository and author website
This commit is contained in:
@@ -70,6 +70,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
Free and Open Source Software:
|
||||||
|
<a href="https://github.com/nextlevelshit/code-crispies" target="_blank"
|
||||||
|
>https://github.com/nextlevelshit/code-crispies</a
|
||||||
|
>
|
||||||
|
by <a href="https://dailysh.it" title="Website of Michael W. Czechowski">Michael W. Czechowski</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<button id="prev-btn" class="btn">Previous</button>
|
<button id="prev-btn" class="btn">Previous</button>
|
||||||
<div class="level-indicator" id="level-indicator">Level 0/0</div>
|
<div class="level-indicator" id="level-indicator">Level 0/0</div>
|
||||||
|
|||||||
13
src/main.css
13
src/main.css
@@ -96,6 +96,19 @@ code {
|
|||||||
font-family: var(--font-code);
|
font-family: var(--font-code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin: 2rem auto 0;
|
||||||
|
display: block;
|
||||||
|
color: var(--light-text);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
text-decoration: none;
|
||||||
|
transition: color 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
/* ================= LAYOUT ================= */
|
/* ================= LAYOUT ================= */
|
||||||
.app-container {
|
.app-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user