drop shadow
This commit is contained in:
parent
85fc1329ac
commit
63c5a6598f
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue