Update some style

This commit is contained in:
Laurent
2025-11-03 14:38:40 +01:00
parent 248667512c
commit 56cfd97444
4 changed files with 27 additions and 9 deletions

View File

@@ -30,7 +30,6 @@
</div>
<hr/>
<div class="introduction-text">
<h2>Hello there!</h2>
<section>
<h3><span class="accentuated">About</span> me</h3>
<p>
@@ -136,7 +135,7 @@
const cards = document.querySelectorAll('.introduction-box');
cards.forEach(card => { new CardTilter({card : card, tilt : 3, perspective : 1000}) })
//cards.forEach(card => { new CardTilter({card : card, tilt : 3, perspective : 1000}) })
</script>