Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- To change this template, choose Tools | Templates
- and open the template in the editor.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <!-- Latest compiled and minified CSS -->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
- <!-- Latest compiled and minified JavaScript -->
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
- <style>
- .UPLOAD_DRAG_N_DROP {
- position: relative;
- overflow: hidden;
- margin: 10px;
- padding:55px;
- }
- .UPLOAD_DRAG_N_DROP input[type="file"] {
- position: absolute;
- top: 0;
- right: 0;
- margin: 0;
- padding:55px;
- cursor: pointer;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- </style>
- </head>
- <body>
- <div class="UPLOAD_DRAG_N_DROP btn btn-success">
- <span>Drag and drop any files here to upload them </span>
- <input type="file" class="upload" />
- </div>
- <dl class="dl-horizontal">
- <dt>ThisIsReallyAlongNameButItShouldBePrettyShortNow</dt>
- <dt></dt>
- </dl>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment