Skip to content

Commit

Permalink
tiktok video shadow-box react to the hover scale
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbright90 committed Jul 31, 2024
1 parent 7ea08ec commit 1348a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>^ Runic transliteration ^</h3>
<div class="disclaimer">
<p>The content on this webpage includes selected excerpts from Ursula Dronke's translation of the Hávamál published by Oxford University Press. These excerpts are used strictly for educational purposes within a non-commercial context. Our goal is to share the wisdom and insights of the Hávamál with our community while respecting the intellectual property rights of the translator and publisher.
We believe that sharing this content in a non-commercial, educational setting falls under fair use/fair dealing provisions. However, we are committed to adhering to copyright laws and are actively seeking formal permission for this usage.
If you are the copyright holder and have any concerns or require further information, please <a href="mailto:prismpaletteproductions@gmail.com">contact us.</a></p>
If you are the copyright holder and have any concerns or require further information, please <a href="mailto:prismpaletteproductions@gmail.com" id="contact">contact us.</a></p>
</div>
<footer>
<p>All rights belong to the respective copyright holders.<br>
Expand Down
7 changes: 4 additions & 3 deletions muninn.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ h3 { border-bottom: 9px dotted var(--dark-bg); }
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
transition: transform var(--speed-3);
transition: transform var(--speed-3), box-shadow var(--speed-3);
}

.tiktok-embed iframe {
Expand All @@ -221,7 +221,8 @@ h3 { border-bottom: 9px dotted var(--dark-bg); }
}

.tiktok-embed:hover {
transform: scale(1.05); /* Hover effect as suggested */
transform: scale(1.05);
box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.9);
}

.word {
Expand Down Expand Up @@ -270,7 +271,7 @@ footer p {
margin: 0 auto;
}

#license {
#contact, #license {
text-decoration: none;
color: var(--accent-color);
text-shadow: var(--text-shadow);
Expand Down

0 comments on commit 1348a30

Please sign in to comment.