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 URLs 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 its URL and the proper URL extension.
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 esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM 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="container">
<div class="row mt-5">
<div class="col-sm-3 col-md-3 box">
<div class="box1">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="box1-inner">
<span class="icon-set i1">
<a target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="80" height="80"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#ff6a00"><path d="M101.05,17.2c-4.72427,0 -8.6,3.87573 -8.6,8.6v34.4c0,4.72427 3.87573,8.6 8.6,8.6h10.75v13.79023l13.79023,-13.79023h31.35977c4.72427,0 8.6,-3.87573 8.6,-8.6v-34.4c0,-4.72427 -3.87573,-8.6 -8.6,-8.6zM101.05,21.5h55.9c2.40083,0 4.3,1.89917 4.3,4.3v34.4c0,2.40083 -1.89917,4.3 -4.3,4.3h-33.14023l-7.70977,7.70977v-7.70977h-15.05c-2.40083,0 -4.3,-1.89917 -4.3,-4.3v-34.4c0,-2.40083 1.89917,-4.3 4.3,-4.3zM19.35,27.95c-2.35009,0 -4.3,1.94991 -4.3,4.3v86c0,2.35009 1.94991,4.3 4.3,4.3h49.45v8.6h-6.45c-4.72427,0 -8.6,3.87573 -8.6,8.6v4.3h64.5v-4.3c0,-4.72427 -3.87573,-8.6 -8.6,-8.6h-6.45v-8.6h49.45c2.35009,0 4.3,-1.94991 4.3,-4.3v-43h-4.3v43h-49.45h-34.4h-49.45v-86h66.65v-4.3zM111.8,38.7c-2.37482,0 -4.3,1.92518 -4.3,4.3c0,2.37482 1.92518,4.3 4.3,4.3c2.37482,0 4.3,-1.92518 4.3,-4.3c0,-2.37482 -1.92518,-4.3 -4.3,-4.3zM129,38.7c-2.37482,0 -4.3,1.92518 -4.3,4.3c0,2.37482 1.92518,4.3 4.3,4.3c2.37482,0 4.3,-1.92518 4.3,-4.3c0,-2.37482 -1.92518,-4.3 -4.3,-4.3zM146.2,38.7c-2.37482,0 -4.3,1.92518 -4.3,4.3c0,2.37482 1.92518,4.3 4.3,4.3c2.37482,0 4.3,-1.92518 4.3,-4.3c0,-2.37482 -1.92518,-4.3 -4.3,-4.3zM25.8,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM34.4,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM43,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM51.6,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM60.2,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM68.8,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM77.4,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM86,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM94.6,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM103.2,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM111.8,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM120.4,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM129,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM137.6,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM146.2,105.35c-1.18741,0 -2.15,0.96259 -2.15,2.15c0,1.18741 0.96259,2.15 2.15,2.15c1.18741,0 2.15,-0.96259 2.15,-2.15c0,-1.18741 -0.96259,-2.15 -2.15,-2.15zM73.1,122.55h25.8v8.6h-25.8zM62.35,135.45h47.3c2.40083,0 4.3,1.89917 4.3,4.3h-55.9c0,-2.40083 1.89917,-4.3 4.3,-4.3z"></path></g></g></svg>
</a>
</span>
</div>
</div>
<div class="small-box1 color1">
<div></div>
</div>
<div class="text-heading color1">
<h3>Lorem ipsum was</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
<div class="col-sm-3 col-md-3 box">
<div class="box2">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="box1-inner">
<span class="icon-set i2">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="80" height="80"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#ffbc00"><path d="M68.8,17.2c-4.72832,0 -8.6,3.87168 -8.6,8.6v4.69473c-1.82246,0.64668 -3.25859,2.08281 -3.90527,3.90527h-39.09473v111.8h141.9v-111.8h-39.09473c-0.64668,-1.82246 -2.08281,-3.25859 -3.90527,-3.90527v-4.69473c0,-4.72832 -3.87168,-8.6 -8.6,-8.6zM68.8,21.5h2.74629c0.74746,1.27656 2.11641,2.15 3.70371,2.15h25.8c1.5873,0 2.95625,-0.87344 3.70371,-2.15h2.74629c2.40195,0 4.3,1.89805 4.3,4.3v4.69473c-1.82246,0.64668 -3.25859,2.08281 -3.90527,3.90527h-39.48945c-0.64668,-1.82246 -2.08281,-3.25859 -3.90527,-3.90527v-4.69473c0,-2.40195 1.89805,-4.3 4.3,-4.3zM21.5,38.7h133.3v45.15c0,5.96289 -4.78711,10.75 -10.75,10.75h-111.8c-5.96289,0 -10.75,-4.78711 -10.75,-10.75zM88.15,77.4c-2.37676,0 -4.3,1.92324 -4.3,4.3c0,2.37676 1.92324,4.3 4.3,4.3c2.37676,0 4.3,-1.92324 4.3,-4.3c0,-2.37676 -1.92324,-4.3 -4.3,-4.3zM21.5,94.35645c2.73789,2.79668 6.54238,4.54355 10.75,4.54355h111.8c4.20762,0 8.01211,-1.74687 10.75,-4.54355v47.54355h-133.3zM27.95,98.9c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM148.35,98.9c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM27.95,107.5c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM148.35,107.5c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM27.95,116.1c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM148.35,116.1c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM27.95,124.7c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM148.35,124.7c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM27.95,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM36.55,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM45.15,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM53.75,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM62.35,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM70.95,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM79.55,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM88.15,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM96.75,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM105.35,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM113.95,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM122.55,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM131.15,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM139.75,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM148.35,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15z"></path></g></g></svg>
</div>
</div>
<div class="small-box1 color2">
<div></div>
</div>
<div class="text-heading color2">
<h3>Lorem ipsum was</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
<div class="col-sm-3 col-md-3 box">
<div class="box3">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="box1-inner">
<span class="icon-set i3">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="80" height="80"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#06af23"><path d="M86,12.51367l-70.95,44.34375v20.12266l3.29219,-2.05762l1.00781,-0.63828v78.36582h133.3v-78.35742l4.3,2.6875v-20.12266zM86,17.58633l66.65,41.65625v9.98574l-66.65,-41.66465l-66.65,41.66465v-9.98574zM86,32.63633l62.35,38.96875v61.69492c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15v10.75h-43v-10.75c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15v-38.7h-38.7v38.7c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15v10.75h-43v-10.75c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15v-61.70332zM66.65,53.75v25.8h38.7v-25.8zM70.95,58.05h12.9v17.2h-12.9zM88.15,58.05h12.9v17.2h-12.9zM70.95,98.9h30.1v49.45h-30.1zM93.525,122.55c-1.78047,0 -3.225,1.44453 -3.225,3.225c0,1.78047 1.44453,3.225 3.225,3.225c1.78047,0 3.225,-1.44453 3.225,-3.225c0,-1.78047 -1.44453,-3.225 -3.225,-3.225zM32.25,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM40.85,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM49.45,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM58.05,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM113.95,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM122.55,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM131.15,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM139.75,133.3c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15z"></path></g></g></svg>
</span>
</div>
</div>
<div class="small-box1 color3">
<div></div>
</div>
<div class="text-heading color3">
<h3>Lorem ipsum was</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
<div class="col-sm-3 col-md-3 box">
<div class="box4">
<div class="box1-inner">
<span class="icon-set i4">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="80" height="80"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#06a7af"><path d="M83.85,19.35c-14.88203,0 -28.65547,8.39004 -38.76719,16.60371c-10.12012,8.22207 -16.6625,16.45254 -16.6625,16.45254l-1.80566,2.26758l2.6875,1.0666c0,0 2.20039,0.86504 4.58555,3.48535c2.37676,2.62031 4.8123,6.86152 4.8123,13.87422c0,8.65039 1.49492,15.10879 2.25918,17.88027c-2.56992,1.15899 -4.40918,3.67012 -4.40918,6.63477c0,1.65449 0.5291,3.2502 0.98262,4.80391c0.22676,0.77266 0.45352,1.50332 0.60469,2.06601c0.15117,0.57109 0.20156,1.1002 0.20156,0.86504c0,3.58613 3.04024,6.45 6.63477,6.45h0.17637v0.10918c0,19.92949 14.32774,36.49961 33.23262,40.06895c2.09961,1.68809 4.70313,2.82187 7.61738,2.82187c2.91426,0 5.51777,-1.13379 7.61738,-2.82187c18.90488,-3.56934 33.23262,-20.13945 33.23262,-40.06895v-0.10918h0.17637c3.58613,0 6.63477,-2.86387 6.63477,-6.45c0,0.23516 0.05039,-0.29395 0.20156,-0.86504c0.15117,-0.56269 0.37793,-1.29336 0.60469,-2.06601c0.45351,-1.55371 0.98262,-3.14941 0.98262,-4.80391c0,-2.78828 -1.6377,-5.16504 -3.96406,-6.39961c0.90703,-4.02285 3.96406,-18.08184 3.96406,-27.74004c0,-21.16406 -13.55508,-30.25117 -24.44785,-30.94824c-0.60469,-1.10019 -2.05762,-3.48535 -5.45898,-6.24844c-4.3168,-3.49375 -11.3127,-6.92871 -21.69316,-6.92871zM83.85,23.65c9.44824,0 15.35234,3.01504 18.98047,5.97129c3.62812,2.94785 4.87109,5.68574 4.87109,5.68574l0.57109,1.24297h1.37734c8.75957,0 21.5,6.76914 21.5,26.92539c0,8.85195 -3.09902,23.32246 -3.90527,26.96738c-0.13437,0.05039 -0.26035,0.10078 -0.39473,0.11758v-7.78535c0,-10.7416 -4.3,-17.40156 -8.65879,-21.13047c-4.35039,-3.72051 -8.85195,-4.68633 -8.85195,-4.68633l-1.24297,-0.26035l-0.83145,0.95742c0,0 -2.1416,2.51953 -7.08828,5.20703c-4.94668,2.6959 -12.57246,5.43379 -23.28047,5.43379c-5.25742,0 -12.9084,0.95742 -19.54316,4.45957c-6.13926,3.2502 -11.18672,9.1375 -11.91738,17.87188c-0.04199,-0.0084 -0.07559,-0.0252 -0.11758,-0.03359c-0.38633,-1.19258 -2.31797,-7.5502 -2.31797,-17.49395c0,-8.0373 -2.93945,-13.47949 -5.9377,-16.76328c-1.30176,-1.43613 -2.56992,-2.34316 -3.67012,-3.08223c1.82246,-2.1584 6.4668,-7.525 14.39492,-13.9582c9.73379,-7.91133 22.82695,-15.64629 36.06289,-15.64629zM109.65,40.85c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM109.65,49.45c-1.18418,0 -2.15,0.96582 -2.15,2.15c0,1.18418 0.96582,2.15 2.15,2.15c1.18418,0 2.15,-0.96582 2.15,-2.15c0,-1.18418 -0.96582,-2.15 -2.15,-2.15zM109.42324,61.50176c1.0666,0.31914 3.2334,1.0666 5.97129,3.40976c3.55254,3.04024 7.15547,8.23887 7.15547,17.86348v13.67266l2.95625,-1.18418c1.0582,-0.43672 2.06602,-0.66348 2.41875,-0.66348c1.85605,0 3.225,1.36895 3.225,3.00664v0.0084c0,0.41992 -0.36953,2.09121 -0.80625,3.59453c-0.22676,0.74746 -0.45351,1.48652 -0.63828,2.1584c-0.17637,0.66348 -0.34434,1.15059 -0.34434,1.98203c0,1.16738 -0.97422,2.15 -2.33477,2.15h-4.47637v4.40918c0,18.00625 -12.99238,32.89668 -30.1,35.94531l-0.60469,0.11758l-0.46191,0.41152c-1.44453,1.31855 -3.30898,2.11641 -5.3834,2.11641c-2.07441,0 -3.93887,-0.79785 -5.3834,-2.11641l-0.46191,-0.41152l-0.60469,-0.11758c-17.10762,-3.04863 -30.1,-17.93906 -30.1,-35.94531v-4.40918h-4.47637c-1.36055,0 -2.33477,-0.98262 -2.33477,-2.15c0,-0.83145 -0.16797,-1.31855 -0.35273,-1.98203c-0.18477,-0.67187 -0.40313,-1.41094 -0.62988,-2.1584c-0.43672,-1.50332 -0.80625,-3.17461 -0.80625,-3.59453c0,-1.64609 1.36895,-3.01504 3.225,-3.01504c0.35274,0 1.36055,0.22676 2.41875,0.66348l2.95625,1.18418v-3.82969c0,-8.39844 4.24121,-13.05957 9.91855,-16.05781c5.67734,-2.99824 12.82441,-3.96406 17.52754,-3.96406c11.44707,0 19.82871,-2.95625 25.32969,-5.95449c4.06484,-2.20879 6.12246,-4.08164 7.19746,-5.13984zM68.8,94.6c-2.37676,0 -4.3,1.92324 -4.3,4.3c0,2.37676 1.92324,4.3 4.3,4.3c2.37676,0 4.3,-1.92324 4.3,-4.3c0,-2.37676 -1.92324,-4.3 -4.3,-4.3zM103.2,94.6c-2.37676,0 -4.3,1.92324 -4.3,4.3c0,2.37676 1.92324,4.3 4.3,4.3c2.37676,0 4.3,-1.92324 4.3,-4.3c0,-2.37676 -1.92324,-4.3 -4.3,-4.3z"></path></g></g></svg>
</span>
</div>
</div>
<div class="small-box1 color4">
<div></div>
</div>
<div class="text-heading color4">
<h3>Lorem ipsum was</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
</div>
body
{
background-image: linear-gradient(to right top, #ebedec, #e3e7e6, #dbe1e0, #d3dadb, #ccd4d6);
height: 100vh;
}
.box1
{
height: 200px;
width: 200px;
background-image: linear-gradient(to right bottom, #fd4617, #ff6d12, #ff8d19, #ffaa2c, #ffc445);
border-radius: 50%;
border: 10px solid white;
overflow:hidden;
margin:auto;
box-shadow: 11px 11px 12px -9px rgba(27, 14, 0, 0.28);
}
.box2
{
height: 200px;
width: 200px;
background-image: linear-gradient(to right bottom, #fff05a, #ffde56, #ffcc55, #ffbb57, #ffaa5a);
box-shadow: 11px 11px 12px -9px rgba(27, 14, 0, 0.28);
border-radius: 50%;
border: 10px solid white;
overflow:hidden;
margin:auto;
}
.box3
{
height: 200px;
width: 200px;
background: #00b09b; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #96c93d, #00b09b); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #96c93d, #00b09b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow: 11px 11px 12px -9px rgba(27, 14, 0, 0.28);
border-radius: 50%;
border: 10px solid white;
overflow:hidden;
margin:auto;
}
.box4
{
height: 200px;
width: 200px;
background-image: linear-gradient(to right bottom, #3da5d9, #2eb9e4, #29ccec, #38dff1, #54f2f2);
box-shadow: 11px 11px 12px -9px rgba(27, 14, 0, 0.28);
border-radius: 50%;
border: 10px solid white;
overflow:hidden;
margin:auto;
}
.box1-inner
{
background-color: #ffffff;
height: 120px;
width: 120px;
border-radius: 50%;
margin: 31px auto;
background-image: linear-gradient(to right bottom, #ffffff, #fffefe, #fbfbfb, #f1ecec, #d2d2d2);
box-shadow: 36px 27px 11px -5px rgba(27, 14, 0, 0.16);
border: 1px solid #e6e5e4;
transition:1s;
cursor:pointer;
animation: swing ease-in-out .3s infinite alternate;
transform-origin: top;
transform-box: fill-box;
left: calc(42% - .0rem);
}
.box1-inner:hover
{
box-shadow: -25px 50px 11px -5px rgba(27, 14, 0, 0.16);
transition:1s;
}
.icon-set
{
text-align: center;
width: 100%;
margin: auto;
padding-top: 24px;
float: left;
}
.text-heading
{
position: absolute;
top: 230%;
left: 22%;
}
.text-heading h3
{
text-transform: uppercase;
text-align: center;
font-size: 18px;
}
.text-heading p
{
text-transform: uppercase;
text-align: center;
font-size: 10px;
}
.color1 h3
{
color: #ff6a00;
}
.color2 h3
{
color: #ffbc00;
}
.color3 h3
{
color: #06af23;
}
.color4 h3
{
color: #06a7af;
}
.box1:after,.box2:after,.box3:after,.box4:after
{
content: '';
background-color: white;
height: 200px;
width: 5px;
position: absolute;
left: 50%;
box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.05);
z-index: -1;
}
.box1:before,.box2:before,.box3:before,.box4:before
{
content: '';
height: 15px;
width: 15px;
background-color: white;
position: absolute;
border-radius: 50%;
bottom: -8px;
left: 48.1%;
}
.small-box1
{
height: 50px;
width: 50px;
border-radius: 50%;
border: 2px solid white;
position: absolute;
bottom: -120%;
left: 41.7%;
box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.21);
animation: swing ease-in-out .3s infinite alternate;
transform-origin: top;
transform-box: fill-box;
left: calc(42% - .0rem);
}
.small-box1:after
{
content: '';
height: 10px;
width: 10px;
background-color: white;
border-radius: 50%;
position: absolute;
top: -7px;
left: 41.5%;
}
.small-box1 div
{
height: 30px;
width: 30px;
border-radius: 50%;
margin: auto;
margin-top: 8px;
box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.21);
}
.color1 div
{
background-image: linear-gradient(to right bottom, #fd4617, #ff6d12, #ff8d19, #ffaa2c, #ffc445);
}
.color2 div
{
background-image: linear-gradient(to right bottom, #fff05a, #ffde56, #ffcc55, #ffbb57, #ffaa5a);
}
.color3 div
{
background: #00b09b;
background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
background: linear-gradient(to right, #96c93d, #00b09b);
}
.color4 div
{
background-image: linear-gradient(to right bottom, #3da5d9, #2eb9e4, #29ccec, #38dff1, #54f2f2);
}
.circle1
{
height: 10px;
width: 10px;
position: absolute;
background-color: white;
border-radius: 50%;
right: 5%;
top: 50%;
border: 1px solid #cecbcb;
box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.12);
}
.circle2
{
height: 20px;
width: 20px;
position: absolute;
background-color: white;
border-radius: 50%;
right: -4%;
top: 58%;
border: 1px solid #cecbcb;
box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.12);
}
.circle3
{
height: 10px;
width: 10px;
position: absolute;
background-color: white;
border-radius: 50%;
right: -10%;
top: 50%;
border: 1px solid #cecbcb;
box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.12);
}
/*************swing************/
@keyframes swing {
0% { transform: rotate(8deg); }
100% { transform: rotate(-8deg); }
}
/*************responsive**************/
@media only screen and (max-width: 1024px)
{
.box1:after, .box2:after, .box3:after, .box4:after
{
height: 172px;
}
.small-box1:after
{
left: 29.5%;
}
.small-box1
{
left: calc(40% - .0rem);
}
.box1 {
height: 150px;
width: 150px;
}
.box2 {
height: 150px;
width: 150px;
}
.box3 {
height: 150px;
width: 150px;
}
.box4 {
height: 150px;
width: 150px;
}
.box1-inner
{
height: 100px;
width: 100px;
margin: 14px auto;
}
svg
{
width:60%;
}
.icon-set
{
padding-top: 10px;
}
.small-box1
{
bottom: -142%;
}
.text-heading
{
top: 251%;
}
}
@media only screen and (max-width: 768px)
{
.small-box1
{
left: calc(37% - .0rem);
bottom: -144%;
}
.box1 {
height: 120px;
width: 120px;
}
.box2 {
height: 120px;
width: 120px;
}
.box3 {
height: 120px;
width: 120px;
}
.box4 {
height: 120px;
width: 120px;
}
.box1-inner
{
height: 70px;
width: 70px;
margin: 14px auto;
}
svg
{
width:50%;
}
.icon-set
{
padding-top: 0px;
}
.text-heading h3
{
font-size: 14px;
}
.box1:after, .box2:after, .box3:after, .box4:after
{
height: 140px;
}
.text-heading p
{
font-size: 8px;
}
.text-heading
{
top: 251%;
}
}
@media only screen and (max-width: 425px)
{
.box
{
height: 300px;
margin-bottom: 30px;
}
.small-box1
{
left: calc(44% - .0rem);
bottom: 15%;
}
.box1:before, .box2:before, .box3:before, .box4:before
{
bottom: 145px;
left: 48.8%;
}
.box1 {
height: 150px;
width: 150px;
}
.box2 {
height: 150px;
width: 150px;
}
.box3 {
height: 150px;
width: 150px;
}
.box4 {
height: 150px;
width: 150px;
}
.box1-inner
{
height: 80px;
width: 80px;
margin: 26px auto;
}
svg
{
width:60%;
}
.icon-set
{
padding-top: 0px;
}
.text-heading h3
{
font-size: 14px;
}
.box1:after, .box2:after, .box3:after, .box4:after
{
height: 60px;
}
.text-heading p
{
font-size: 8px;
}
.text-heading {
top: 88%;
left: 35%;
}
.circle1
{
right: 25%;
}
.circle2
{
right: 16%;
}
.circle3
{
right: 9%;
}
}
@media only screen and (max-width: 425px)
{
.box1:before, .box2:before, .box3:before, .box4:before
{
left: 48.7%;
}
.small-box1:after
{
left: 37%;
}
}
@media only screen and (max-width: 425px)
{
@media only screen and (max-width: 425px)
{
body
{
height: 903vh;
}
.text-heading {
left: 30%;
}
.small-box1 {
left: calc(43.8% - .0rem);
}
}
Also see: Tab Triggers