1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Fancy modifications

This commit is contained in:
Daniel 2021-11-04 12:30:41 -03:00
parent 8137d1b0bf
commit 0057cffb8e
132 changed files with 21728 additions and 0 deletions

View file

@ -0,0 +1 @@
<style scoped> #custom { position: relative; top: 100px; } #custom > div { height: 200px; } </style> <div id="custom"> <div id="custom-1" class="wow">Test 1</div> <div id="custom-2" class="block">Test 2</div> <div id="custom-3" class="block" data-wow-iteration="2">Test 3</div> <div id="custom-4" class="block" data-wow-iteration="infinite" data-wow-duration="2s" data-wow-delay="1s">Test 4</div> </div>