HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using it's URL and the proper URL extention.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="header-container-wrapper">
<div class="header-container">
<div class="custom-header-bg">
<div class="page-center">
<div class="logo">Smart File</div>
<div class="navigation">
<ul>
<li><a href="#" class="button click-upload"><i class="fa fa-cloud-upload" aria-hidden="true"></i>Upload</a></li>
<li><a href="#" class="button open-progress"><i class="fa fa-tasks" aria-hidden="true"></i>Progress</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="body-container-wrapper">
<div class="body-container">
<div class="page-center">
<i class="fa fa-cloud" aria-hidden="true"></i>
<h1>Upload Your <strong>Files</strong> To Qbus Server</h1>
<a class="upload" id="call-to-action"><span>Select Your Upload</span></a>
<form id="upload" method="post" action="upload.php" enctype="multipart/form-data">
<div id="drop">
<input type="file" name="upl" multiple multiple class="upload-hidden">
</div>
</form>
<div class="file-upload-bar">
<div class="bar-wrapper">
<div class="overall"><span>Overall Progress</span>
<div class="progress-bar-overall">
<span><b>20%</b></span>
</div>
</div>
<div class="individual-files">
<ul>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
<li>
<span class="filename"><i>File Name:</i><b>xyz.jpg</b></span>
<span class="filesize"><i>File Size:</i><b>Mb</b></span>
<span class="file-link"><i>File Link</i><b><input value="http://www.qbus.com/txt.jpg"></b></span>
<span class="copy-link"><b>Copy Link</b></span>
</li>
</ul>
</div>
</div>
</div>
<div class="file-upload-bar-closed"></div>
</div>
</div>
</div>
<div class="footer-container-wrapper">
<div class="footer-container">
<div class="custom-footer-bg">
<div class="page-center">
<p>@Copyright Qbus</p>
</div>
</div>
</div>
</div>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@-webkit-keyframes animation-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes animation-rotate {
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes animation-rotate {
100% {
-o-transform: rotate(360deg);
}
}
@keyframes animation-rotate {
100% {
transform: rotate(360deg);
}
}
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
font-family: 'Raleway', sans-serif;
transform: translateX(0%);
height: 100%;
width: 100%;
transition: transform 0.2s linear;
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-o-user-select:none;
}
body.file-process-open {
transform: translateX(-30%);
transition: transform 0.2s linear;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
a {
text-decoration: none;
}
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
letter-spacing: 0px;
font-size: 40px;
line-height: 1.2;
}
.header-container .page-center,
.body-container .page-center,
.footer-container .page-center {
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
overflow: hidden;
}
.button i {
margin-right: 8px;
}
.header-container-wrapper {
flex: 0 0 auto;
}
.body-container-wrapper {
flex: 1 0 auto;
}
.footer-container-wrapper {
flex: 0 0 auto;
}
.body-container-wrapper .page-center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: calc(100vh - 170px);
}
.body-container i.fa.fa-cloud {
font-size: 100px;
color: #2196f3;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.48);
}
.custom-header-bg {
background: #2196F3;
padding: 20px 0;
font-family: 'Open Sans', sans-serif;
box-shadow: 0 0 12px #000;
}
.custom-footer-bg {
background: #2196f3;
padding: 20px;
text-align: center;
color: #fff;
box-shadow: 0 0 12px #000;
}
.logo {
width: 30%;
float: left;
font-size: 24px;
color: #ffffff;
font-weight: 100;
cursor: pointer;
margin-top: 4px;
}
.navigation {
float: right;
width: 70%;
}
.navigation ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
float: right;
}
.navigation ul li {
display: inline-block;
}
.button {
white-space: nowrap;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
background: #fff;
border-radius: 4px;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .025em;
color: #555;
text-decoration: none;
-webkit-transition: all .15s ease;
transition: all .15s ease;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.button:hover {
color: #6e6e6e;
transform: translateY(-1px);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.button:active {
color: #555;
background-color: #f6f9ff;
transform: translateY(1px);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.upload {
padding: 0;
background-color: #3498db;
background-image: 8121991;
background-image: -webkit-linear-gradient(#4aa3df 0%, #258cd1 100%);
background-image: -moz-linear-gradient(#4aa3df 0%, #258cd1 100%);
background-image: -o-linear-gradient(#4aa3df 0%, #258cd1 100%);
background-image: linear-gradient(#4aa3df 0%, #258cd1 100%);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(52, 152, 219, 0.5) 0 0 5px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(52, 152, 219, 0.5) 0 0 5px;
box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(52, 152, 219, 0.5) 0 0 5px;
-webkit-border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 4px;
-moz-background-clip: padding;
border-radius: 4px;
background-clip: padding-box;
padding: 20px 20px;
color: #fff;
cursor: pointer;
font-weight: 600;
font-family: Open Sans;
}
.upload span {
text-shadow: rgba(29, 111, 165, 0.9) 0 0 2px;
}
.upload span {
padding: 20px 25px;
font: 700 13px Montserrat, Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.upload:hover {
background-color: #4aa3df;
background-image: 8121991;
background-image: -webkit-linear-gradient(#5faee3 0%, #3498db 100%);
background-image: -moz-linear-gradient(#5faee3 0%, #3498db 100%);
background-image: -o-linear-gradient(#5faee3 0%, #3498db 100%);
background-image: linear-gradient(#5faee3 0%, #3498db 100%);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(74, 163, 223, 0.5) 0 0 5px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(74, 163, 223, 0.5) 0 0 5px;
box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(74, 163, 223, 0.5) 0 0 5px;
}
.upload:hover span {
text-shadow: rgba(33, 125, 187, 0.9) 0 0 2px;
}
.upload:active {
background-color: #258cd1;
background-image: 8121991;
background-image: -webkit-linear-gradient(#258cd1 0%, #258cd1 100%);
background-image: -moz-linear-gradient(#258cd1 0%, #258cd1 100%);
background-image: -o-linear-gradient(#258cd1 0%, #258cd1 100%);
background-image: linear-gradient(#258cd1 0%, #258cd1 100%);
}
.upload--loading {
background-color: #258cd1 !important;
background-image: 8121991 !important;
background-image: -webkit-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
background-image: -moz-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
background-image: -o-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
background-image: linear-gradient(#258cd1 0%, #258cd1 100%) !important;
position: relative;
cursor: wait;
}
.upload--loading:before {
margin: -13px 0 0 -13px;
width: 24px;
height: 24px;
position: absolute;
left: 50%;
top: 50%;
content: '';
-webkit-border-radius: 24px;
-webkit-background-clip: padding-box;
-moz-border-radius: 24px;
-moz-background-clip: padding;
border-radius: 24px;
background-clip: padding-box;
border: rgba(255, 255, 255, 0.25) 2px solid;
border-top-color: #ffffff;
-webkit-animation: animation-rotate 750ms linear infinite;
-moz-animation: animation-rotate 750ms linear infinite;
-o-animation: animation-rotate 750ms linear infinite;
animation: animation-rotate 750ms linear infinite;
}
.upload--loading span,
.upload--loading:hover span,
.upload--loading:active span {
color: transparent;
text-shadow: none;
}
.upload-hidden {
visibility: hidden;
}
.upload {
position: relative;
overflow: hidden;
}
.upload:after {
content: "";
position: absolute;
top: -110%;
left: -210%;
width: 200%;
height: 200%;
opacity: 0;
transform: rotate(30deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0.0) 100%
);
}
.upload:hover:after {
opacity: 1;
top: -30%;
left: 100%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}
.upload:active:after {
opacity: 0;
}
.file-upload-bar {
height: 100%;
position: fixed;
right: -30%;
width: 30%;
top: 0;
background: #2196f3;
box-shadow: 0 0 22px #000;
overflow: hidden;
display: block;
transition: all 0.2s linear;
}
.individual-files ul li:last-child {
border: 0;
}
.file-process-open .file-upload-bar {
right: 0;
transition: all 0.2s linear;
transform: translateX(100%);
}
.file-upload-bar-closed {
position: fixed;
right: -100%;
height: 100vh;
width: 70%;
top: 0;
cursor: pointer;
transition: all 0.2s linear;
z-index: 9999;
transform: translateX(-30%);
}
.file-process-open .file-upload-bar-closed {
transition: all 0.2s linear;
transform: translateX(0%);
right: 0;
left: auto;
}
.bar-wrapper {
padding: 20px;
}
.overall span {
color: #fff;
font-size: 20px;
line-height: 1.2;
font-weight: 300;
background: #2196f3;
display: inline-block;
overflow: hidden;
z-index: 9;
position: relative;
padding-right: 10px;
}
.overall {
position: relative;
}
.overall:before {
content: "";
border-top: 2px solid #fff;
height: 1px;
width: 100%;
position: absolute;
top: 12px;
}
.progress-bar-overall {
width: 100%;
background: #fff;
margin-top: 15px;
height: 8px;
transition: all 0.3s linear;
}
.progress-bar-overall span {
background: #fff;
color: #2196f3;
padding: 5px 15px;
transition: all 0.3s linear;
position: relative;
left: 10%;
font-weight: bold;
font-size: 15px;
top: 8px;
cursor: pointer;
text-align: center;
}
.individual-files {
border: 1px solid #fff;
margin-top: 55px;
padding: 0;
}
.individual-files ul {
padding: 0;
margin: 0;
list-style: none;
}
.individual-files ul li span {
display: block;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
.individual-files ul {
height: calc(100vh - 160px);
overflow-y: scroll;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.individual-files ul li {
padding: 10px;
border-bottom: 1px solid #2196f3;
}
.individual-files ul li span i {
font-style: normal;
font-weight: bold;
width: 80px;
display: inline-block;
}
.individual-files ul li span b {
font-weight: normal;
}
span.file-link input {
padding: 5px 10px;
border: none;
background: transparent;
outline: 0;
padding-left: 0;
}
.copy-link b {
background: #2196f3;
padding: 5px 10px;
display: inline-block;
margin-left: 80px !important;
cursor: pointer;
color: #fff;
}
.copy-link b:active {
background-color: rgba(33, 150, 243, 0.9);
transform: translateY(1px);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
@media (max-width:700px) {
.custom-header-bg {
text-align: center;
}
.logo {
width: 100%;
float: none;
margin-bottom: 20px;
}
.navigation ul{
float:none;
text-align:center;
}
.navigation ul li + li {
margin-top: 10px;
}
.navigation {
float: none;
width: 100%;
}
}
$('#call-to-action,.click-upload').click(function() {
$('#call-to-action').addClass('upload--loading');
$('.upload-hidden').click();
});
$('.upload-hidden').change(function() {
$('#call-to-action').removeClass('upload--loading');
$('body').addClass('file-process-open');
});
$('.file-upload-bar-closed').click(function() {
$('body').removeClass('file-process-open');
});
$('.open-progress').click(function() {
$('body').toggleClass('file-process-open');
});
$(function() {
var ul = $('#upload ul');
$('#drop a').click(function() {
// Simulate a click on the file input button
// to show the file browser dialog
$(this).parent().find('input').click();
});
// Initialize the jQuery File Upload plugin
$('#upload').fileupload({
// This element will accept file drag/drop uploading
dropZone: $('#drop'),
// This function is called when a file is added to the queue;
// either via the browse button, or via drag/drop:
add: function(e, data) {
var tpl = $('<li class="working"><input type="text" value="0" data-width="48" data-height="48"' +
' data-fgColor="#0788a5" data-readOnly="1" data-bgColor="#3e4043" /><p></p><span></span></li>');
// Append the file name and file size
tpl.find('p').text(data.files[0].name)
.append('<i>' + formatFileSize(data.files[0].size) + '</i>');
// Add the HTML to the UL element
data.context = tpl.appendTo(ul);
// Initialize the knob plugin
tpl.find('input').knob();
// Listen for clicks on the cancel icon
tpl.find('span').click(function() {
if (tpl.hasClass('working')) {
jqXHR.abort();
}
tpl.fadeOut(function() {
tpl.remove();
});
});
// Automatically upload the file once it is added to the queue
var jqXHR = data.submit();
},
progress: function(e, data) {
// Calculate the completion percentage of the upload
var progress = parseInt(data.loaded / data.total * 100, 10);
// Update the hidden input field and trigger a change
// so that the jQuery knob plugin knows to update the dial
data.context.find('input').val(progress).change();
if (progress == 100) {
data.context.removeClass('working');
}
},
fail: function(e, data) {
// Something has gone wrong!
data.context.addClass('error');
}
});
// Prevent the default action when a file is dropped on the window
$(document).on('drop dragover', function(e) {
e.preventDefault();
});
// Helper function that formats the file sizes
function formatFileSize(bytes) {
if (typeof bytes !== 'number') {
return '';
}
if (bytes >= 1000000000) {
return (bytes / 1000000000).toFixed(2) + ' GB';
}
if (bytes >= 1000000) {
return (bytes / 1000000).toFixed(2) + ' MB';
}
return (bytes / 1000).toFixed(2) + ' KB';
}
});
Also see: Tab Triggers