nathan15

Untitled

Aug 17th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. CSS:
  2.  
  3. .dropzone {
  4. min-height: 150px;
  5. border: 3px solid rgba(251,137,16, 1);
  6. background: #ffffff;
  7. padding: 5px;
  8. text-align: center;
  9. border-radius: 3px;
  10. }
  11. .dropzone .dz-message {
  12. text-align: center;
  13. margin: 2em 0;
  14. color: rgba(251,137,16, 1);
  15. font-size: 20px;
  16. }
  17. .dropzone .dz-message small {
  18. font-size: 16px;
  19. }
  20.  
  21. HTML:
  22.  
  23. <div class="dz-default dz-message">
  24. <span>Drop files here to upload</span>
  25. <br>
  26. <small>or click to select files</small>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment