Update some style
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user