You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom.html 418B

6 years ago
1
  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>