Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luisangelmaciel committed Nov 9, 2023
1 parent 29cf64b commit f474ffe
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,31 @@ <h1 class="oswald ">Toxel CSS</h1>


<!-- -->
<div class=""
<style></style>


<style> @keyframes zoom-out {
from {
transform: scale(1);
visibility: visible;
}
to {
left: 39px;
top: -105px;
transform: scale(0);
visibility: hidden;
}
} .zoom-out:hover {
animation: zoom-out 1.5s 0.025s;
}
</style>
<h1 class="zoom-out">.zoom-out</h1>







</section>
</div>
Expand Down Expand Up @@ -926,8 +949,7 @@ <h1 class="oswald ">Toxel CSS</h1>
<input type="radio " id="starhalf " name="rating " value="half " /><label class="half " for="starhalf " title="Sucks big time - 0.5 stars "></label>
</fieldset>





<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/script.js "></script>
Expand Down

0 comments on commit f474ffe

Please sign in to comment.