stjernan

ggg

Aug 7th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <!--
  2. To change this template, choose Tools | Templates
  3. and open the template in the editor.
  4. -->
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <title></title>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  10. <!-- Latest compiled and minified CSS -->
  11. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  12.  
  13.  
  14. <!-- Latest compiled and minified JavaScript -->
  15. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  16.  
  17. <style>
  18. .UPLOAD_DRAG_N_DROP {
  19. position: relative;
  20. overflow: hidden;
  21. margin: 10px;
  22. padding:55px;
  23. }
  24. .UPLOAD_DRAG_N_DROP input[type="file"] {
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. margin: 0;
  29. padding:55px;
  30. cursor: pointer;
  31. opacity: 0;
  32. filter: alpha(opacity=0);
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <div class="UPLOAD_DRAG_N_DROP btn btn-success">
  38. <span>Drag and drop any files here to upload them </span>
  39. <input type="file" class="upload" />
  40. </div>
  41. <dl class="dl-horizontal">
  42. <dt>ThisIsReallyAlongNameButItShouldBePrettyShortNow</dt>
  43. <dt></dt>
  44. </dl>
  45.  
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment