Skip to content

Commit

Permalink
Remove definition animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvararu committed Aug 26, 2024
1 parent f3f697f commit 1d0377e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@
font-size: 4vmin;
}

.definition {
opacity: 0.1;
transition: opacity 0.3s ease-in-out;
}

.definition:hover,
.definition:focus {
opacity: 1;
}

.detail {
position: absolute;
bottom: 40px;
Expand Down Expand Up @@ -74,10 +64,8 @@
</head>
<body>
<h1>Demon<span>&shy;</span>stra<span>&shy;</span>ble</h1>
<div class="definition">
<h2>adjective | dɪˈmɒnstrəbl |</h2>
<p><em>clearly apparent or capable of being logically proven</em></p>
</div>
<h2>adjective | dɪˈmɒnstrəbl |</h2>
<p><em>clearly apparent or capable of being logically proven</em></p>
<div class="detail">
<p class="tagline">
<a href="https://vararu.org/">Web development & accessibility</a>
Expand Down

0 comments on commit 1d0377e

Please sign in to comment.