drop shadow

This commit is contained in:
zyqunix 2024-10-29 22:24:22 +01:00
parent 85fc1329ac
commit 63c5a6598f
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@
<button class="prev" onclick="changeSlide(-1)"></button>
<button class="next" onclick="changeSlide(1)"></button>
</div>
<a id="visit" class="visit-tool" href="/click.html">Visit</a>
<a id="visit" class="visit-tool" href="/click.html">Test It</a>
</div>
</div>

View file

@ -89,6 +89,7 @@ body {
justify-content: center;
height: 75%;
width: 500px;
box-shadow: 0 4px 10px rgba(16, 16, 16, 0.5);
}
.tool-header {