mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
1 line
No EOL
418 B
HTML
1 line
No EOL
418 B
HTML
<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>
|