Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // 4 absolutely-centered containers with 20 orbs in each container
  2. - for x in (1..4)
  3. <div class="container">
  4. - for i in (1..20)
  5. <div class="orb"></div>
  6. </div>
Add Comment
Please, Sign In to add comment