A Pen by Patrick Cox
How do I make an a pen by patrick cox?
What is a a pen by patrick cox? How do you make a a pen by patrick cox? This script and codes were developed by Patrick Cox on 04 September 2022, Sunday.
A Pen by Patrick Cox - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Patrick Cox</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @keyframes rotate { 0% { -webkit-transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); }
}
body{ padding-top: 12%; overflow: hidden;
}
.submit{ width: 180px; margin: 0 auto; display: block; padding: 12px 0 12px 0; font-size: 24px; border-radius: 8px; border: 1px solid #333;
}
.overlay{ height: 100%; width: 100%; background: #000; opacity: 0.5; position: absolute; top: 0; right: 0; display: none;
}
.spinner{ display: none; box-shadow: 0 0 1px #444, 0 0 15px rgba(0,0,0,0.3); border-radius: 50%; position: absolute; top: -110px; right: -110px; height: 200px; width: 200px; z-index: 0;
background: #00b7ea;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(85%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939393 0%,#efefef 85%);
animation: rotate 2s infinite linear;
}
.spinner:before{ content: "\0020"; background: #444; box-shadow: 0 0 1px 1px #111, 0 0 15px rgba(0,0,0,0.5); width: 150px; height: 150px; z-index: 50; border-radius: 50%; display: block; position: absolute; top: 25px; left: 25px;
}
.spinner:after{ content: "\0020"; box-shadow: 0 0 3px #000, 0 0 15px rgba(0,0,0,0.3); background: #00b7ea;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#0081a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b7ea 0%,#0081a8 100%); width: 90px; height: 90px; z-index: 100; border-radius: 50%; display: block; position: absolute; top: 55px; left: 55px; animation: rotate .5s infinite linear;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <button class="submit">Submit</button>
<div class="overlay"></div>
<div class="spinner"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
A Pen by Patrick Cox - Script Codes CSS Codes
@keyframes rotate { 0% { -webkit-transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); }
}
body{ padding-top: 12%; overflow: hidden;
}
.submit{ width: 180px; margin: 0 auto; display: block; padding: 12px 0 12px 0; font-size: 24px; border-radius: 8px; border: 1px solid #333;
}
.overlay{ height: 100%; width: 100%; background: #000; opacity: 0.5; position: absolute; top: 0; right: 0; display: none;
}
.spinner{ display: none; box-shadow: 0 0 1px #444, 0 0 15px rgba(0,0,0,0.3); border-radius: 50%; position: absolute; top: -110px; right: -110px; height: 200px; width: 200px; z-index: 0;
background: #00b7ea;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(85%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939393 0%,#efefef 85%);
animation: rotate 2s infinite linear;
}
.spinner:before{ content: "\0020"; background: #444; box-shadow: 0 0 1px 1px #111, 0 0 15px rgba(0,0,0,0.5); width: 150px; height: 150px; z-index: 50; border-radius: 50%; display: block; position: absolute; top: 25px; left: 25px;
}
.spinner:after{ content: "\0020"; box-shadow: 0 0 3px #000, 0 0 15px rgba(0,0,0,0.3); background: #00b7ea;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#0081a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b7ea 0%,#0081a8 100%); width: 90px; height: 90px; z-index: 100; border-radius: 50%; display: block; position: absolute; top: 55px; left: 55px; animation: rotate .5s infinite linear;
}
A Pen by Patrick Cox - Script Codes JS Codes
$(document).ready(function() { $(".submit").click(function() { $('.overlay').show(); $('.spinner').show(); });
});

Developer | Patrick Cox |
Username | pcridesagain |
Uploaded | September 04, 2022 |
Rating | 3 |
Size | 2,899 Kb |
Views | 24,276 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
IOS web app bookmark reminder bubble | 2,576 Kb |
Responsive Content Experiment | 4,586 Kb |
Vans Logo, single element, no fonts, no psuedos | 3,162 Kb |
CSS Q-Bert | 4,926 Kb |
Single Element Pure CSS US Flag | 1,875 Kb |
A Pen by Patrick Cox | 3,176 Kb |
A Better Moustache | 3,139 Kb |
Sexy Version - iOS web app bookmark reminder bubble | 2,880 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Improved Page Flipping Effect | Usaphp | 5,201 Kb |
Gears | Synvox | 3,278 Kb |
Tree growth tests | Orchard | 3,818 Kb |
Mini Profile | Frytyler | 3,828 Kb |
Materializecss input form | Jasonchan | 1,443 Kb |
Cloud upload | Jaflo | 2,774 Kb |
Background Images | Jooonebug | 2,100 Kb |
Pomodoro Timer | Sdas13 | 2,900 Kb |
Canvas stripes | Adrianparr | 1,948 Kb |
React Template | Isac | 1,241 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!