Advertisement
Roxet

Untitled

Mar 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .wall {
  2. -webkit-column-count: 10;
  3. -webkit-column-width: 20ch;
  4. -webkit-column-gap: 1rem;
  5. max-width: 1200px;
  6. margin: 0 auto;
  7. }
  8.  
  9. .wall-post {
  10. display: inline-block;
  11. margin-bottom: 1rem;
  12. border-radius: 10px;
  13. font-family: 'Lato', sans-serif;
  14. font-size: 1rem;
  15. color: rgba(255, 255, 255, 0.9);
  16. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement