Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.80 KB | None | 0 0
  1. #root
  2.   .wrapper
  3.     - var n = 0
  4.     - var qx = 12
  5.     - var qy = 9
  6.     - var elems = qx * qy - 1
  7.       while n < elems
  8.        .dot
  9.        .dot
  10.        .bg-line
  11.        - n++
  12.      .logo-mkbhd
  13.        .skewed-box.white.bottom.over
  14.          .mask
  15.            .line.left
  16.        .skewed-box.white.top.over
  17.          .mask
  18.            .line.left
  19.        .skewed-box.white.top
  20.          .stripe.top
  21.          .stripe.topBottom
  22.          .stripe.bottomTop
  23.          .stripe.bottom
  24.          .mask
  25.            .line.top
  26.            .line.right
  27.        .skewed-box.pink
  28.          .stripe.bottom
  29.          .stripe.top
  30.          .bg
  31.        .skewed-box.white.bottom
  32.          .mask
  33.            .line.bottom
  34.            .line.right
  35.      .stripe.final-stripe.right
  36.      .stripe.final-stripe.left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement