Skip to content

Instantly share code, notes, and snippets.

@RohitBittu
RohitBittu / index.html
Created October 29, 2016 09:37 — forked from anonymous/index.html
SVG Download Progress
<div id="container">
<svg version="1.1"
width="180px" height="180px" viewBox="0 0 180 180">
<defs>
<filter id="glow" y="-50%" height="180%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
@RohitBittu
RohitBittu / index.html
Created November 1, 2016 09:07 — forked from anonymous/index.html
Multi Step Form with Progress Bar using jQuery and CSS3
<!-- multistep form -->
<form id="msform">
<!-- progressbar -->
<ul id="progressbar">
<li class="active">Account Setup</li>
<li>Social Profiles</li>
<li>Personal Details</li>
</ul>
<!-- fieldsets -->
<fieldset>