Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c561702dcb
commit
75265214a0
|
@ -83,7 +83,7 @@ window.addEventListener('scroll', () => {
|
|||
<button id="scrollButton" onclick="scrollToContent()"
|
||||
style="position: fixed; bottom: 70px; left: 50%; transform: translateX(-50%);
|
||||
padding: 12px 24px; font-size: 1.2rem;
|
||||
background-color: Xffffffcc; border: none; border-radius: 8px;
|
||||
background-color: #ffffffcc; border: none; border-radius: 8px;
|
||||
cursor: pointer; z-index: 10;">
|
||||
↓
|
||||
</button>
|
||||
|
@ -91,7 +91,7 @@ window.addEventListener('scroll', () => {
|
|||
<!-- Mellanrum -->
|
||||
<div style="height: 100vh;"></div>
|
||||
|
||||
<div id="main-content" id="main-content" class="ascii-wrapper">
|
||||
<div id="main-content" class="ascii-wrapper">
|
||||
<pre><code><div align="center">
|
||||
__ __ ________ ______ __ __ ________ ______ ______ ________ ______ ______
|
||||
|\_\ /\_\ |\_______\ /\_____\ |\_\ |\_\ |\_______\ /\_____\ /\_____\ |\_______\ |\_____\ /\_____\
|
||||
|
|
Loading…
Reference in New Issue