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. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
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.
If the stylesheet 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 CSS 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.
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="logo-container">
<!-------Trampolene------->
<div class="trampolene logo background-white">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<polygon class="fill-grey" points="200,25 129,96 271,96 "/>
<polygon class="fill-grey" points="227.3,163.2 227.3,347.7 375,200 338.2,163.2 "/>
<polygon class="st0 fill-grey" points="61.8,163.2 25,200 163.8,338.8 163.8,163.2 "/>
<polygon class="fill-blue hori1" points="120.5,104.5 109.4,115.6 338.7,115.6 338.7,104.5 "/>
<polygon class="fill-blue hori2" points="100.9,124.1 89.9,135.1 338.7,135.1 338.7,124.1 "/>
<polygon class="fill-blue hori3" points="81.4,143.6 70.3,154.7 338.7,154.7 338.7,143.6 "/>
<polygon class="fill-blue vert1" points="182.4,163.2 171.4,163.2 171.4,346.4 182.4,357.4 182.4,163.2 "/>
<polygon class="fill-blue vert2" points="190,163.2 190,163.2 190,365 200,375 201.1,373.9 201.1,163.2 "/>
<polygon class="fill-blue vert3" points="219.7,163.2 208.6,163.2 208.6,366.4 219.7,355.3 219.7,163.2 "/>
</svg>
<div class="title color-grey"><em>T</em>RAMPOLENE</div>
</div>
<div class="trampolene logo background-blue">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<polygon class="fill-white" points="200,25 129,96 271,96 "/>
<polygon class="fill-white" points="227.3,163.2 227.3,347.7 375,200 338.2,163.2 "/>
<polygon class="fill-white" points="61.8,163.2 25,200 163.8,338.8 163.8,163.2 "/>
<polygon class="fill-white hori1" points="120.5,104.5 109.4,115.6 338.7,115.6 338.7,104.5 "/>
<polygon class="fill-white hori2" points="100.9,124.1 89.9,135.1 338.7,135.1 338.7,124.1 "/>
<polygon class="fill-white hori3" points="81.4,143.6 70.3,154.7 338.7,154.7 338.7,143.6 "/>
<polygon class="fill-white vert1" points="182.4,163.2 171.4,163.2 171.4,346.4 182.4,357.4 182.4,163.2 "/>
<polygon class="fill-white vert2" points="190,163.2 190,163.2 190,365 200,375 201.1,373.9 201.1,163.2 "/>
<polygon class="fill-white vert3" points="219.7,163.2 208.6,163.2 208.6,366.4 219.7,355.3 219.7,163.2 "/>
</svg>
<div class="title color-white"><em>T</em>RAMPOLENE</div>
</div>
<!-------End of Trampolene------->
<!-------Undifferent------->
<div class="undifferent logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 768" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<path class="shape1 fill-green" d="M633.19,688.56V356.31a166.13,166.13,0,0,0-332.25,0L278.79,688.56Z"/>
<path class="shape2 fill-lightblue" d="M134.81,79.44V411.69a166.13,166.13,0,0,0,332.25,0L489.21,79.44Z"/>
</svg>
<div class="title color-grey"><em>un</em>different</div>
</div>
<div class="undifferent logo background-green">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 768" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<path class="shape1 fill-white" d="M633.19,688.56V356.31a166.13,166.13,0,0,0-332.25,0L278.79,688.56Z"/>
<path class="shape2 fill-white" d="M134.81,79.44V411.69a166.13,166.13,0,0,0,332.25,0L489.21,79.44Z"/>
</svg>
<div class="title color-white"><em>un</em>different</div>
</div>
<!-------End of Undifferent------->
<!-------Chrysalix------->
<div class="chrysalix logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<ellipse class="oval fill-darkblue" cx="250" cy="230.81" rx="166.57" ry="120.33" transform="translate(-76.29 327.28) rotate(-59.18)"/>
<ellipse class="oval fill-pink" cx="256.61" cy="329.39" rx="91.73" ry="126.23" transform="translate(-136.08 471.31) rotate(-71.95)"/>
</svg>
<div class="title color-grey">chrysalix</div>
</div>
<div class="chrysalix logo background-pink">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" style="enable-background:new 0 0 400 400;width:120px;margin:0 5px 0 0;" xml:space="preserve">
<ellipse class="oval oval1 fill-white" cx="250" cy="230.81" rx="166.57" ry="120.33" transform="translate(-76.29 327.28) rotate(-59.18)"/>
<ellipse class="oval oval2 fill-white" cx="256.61" cy="329.39" rx="91.73" ry="126.23" transform="translate(-136.08 471.31) rotate(-71.95)"/>
</svg>
<div class="title color-white">chrysalix</div>
</div>
<!-------End of Chrysalix------->
<!-------AHEAD------->
<div class="ahead logo background-white">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;width:150px;" xml:space="preserve">
<g>
<polygon class="stair s-side fill-grey2" points="799.79,150.15 799.79,261 721.59,316.42 721.59,427.26 643.38,482.69 643.38,593.53 878,427.26
878,94.73 "/>
<rect x="200" y="482.69" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<rect x="278.21" y="316.42" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<rect x="356.41" y="150.15" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<polygon class="stair s-top2 fill-grey4" points="278.21,316.42 356.41,261 799.79,261 721.59,316.42 "/>
<polygon class="stair s-top3 fill-grey4" points="356.41,150.15 434.62,94.73 878,94.73 799.79,150.15 "/>
<polygon class="stair s-top1 fill-grey4" points="278.21,427.26 200,482.69 643.38,482.69 721.59,427.26 "/>
</g>
<rect x="200" y="482.65" class="st1 fill-orange1" width="443.53" height="110.88"/>
<rect x="278.23" y="316.32" class="st2 fill-orange2" width="443.53" height="110.88"/>
<rect x="356.47" y="150" class="st3 fill-orange3" width="443.53" height="110.88"/>
<path class="ste fill-orange1" d="M543.78,787.05c-7.96-1.55-15.71,3.67-17.26,11.65c-1.03,5.29-3.59,10.1-7.42,13.93
c-6.7,6.69-16.05,9.13-24.7,7.32l45.52-45.52c5.75-5.75,5.75-15.07,0-20.83c-22.01-22.01-57.84-22.02-79.85,0
c-22.01,22.01-22.02,57.81-0.03,79.83c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.03
c11.01,10.99,25.45,16.49,39.9,16.49c14.46,0,28.92-5.5,39.92-16.51c8-8,13.36-18.08,15.51-29.15
C556.98,796.32,551.76,788.6,543.78,787.05z M480.89,774.43c5.27-5.27,12.19-7.9,19.1-7.9c1.88,0,3.76,0.19,5.6,0.58l-32.02,32.02
C471.76,790.49,474.2,781.13,480.89,774.43z"/>
<path class="sth fill-orange1" d="M378.23,737.07c-9.78,0-18.98,2.5-27.01,6.89v-33.91c0-8.13-6.59-14.73-14.73-14.73s-14.73,6.59-14.73,14.73
v125.22c0,8.13,6.59,14.73,14.73,14.73s14.73-6.59,14.73-14.73v-41.74c0-14.9,12.12-27.02,27.01-27.02
c14.89,0,27.01,12.12,27.01,27.02v41.74c0,8.13,6.59,14.73,14.73,14.73c8.13,0,14.73-6.59,14.73-14.73v-41.74
C434.7,762.4,409.37,737.07,378.23,737.07z"/>
<path class="std fill-orange1" d="M785.27,695.33c-8.13,0-14.73,6.59-14.73,14.73v33.91c-8.03-4.39-17.24-6.9-27.02-6.9
c-31.14,0-56.46,25.33-56.46,56.47S712.4,850,743.53,850c31.14,0,56.47-25.33,56.47-56.47v-83.48
C800,701.92,793.41,695.33,785.27,695.33z M743.53,820.55c-14.89,0-27.01-12.12-27.01-27.02s12.12-27.02,27.01-27.02
c14.9,0,27.02,12.12,27.02,27.02S758.43,820.55,743.53,820.55z"/>
<path class="sta2 fill-orange1" d="M621.77,737.07c-31.14,0-56.47,25.33-56.47,56.47S590.63,850,621.77,850c10.5,0,20.31-2.93,28.74-7.95
c2.46,4.7,7.33,7.95,13,7.95c8.13,0,14.73-6.59,14.73-14.73v-41.74C678.23,762.4,652.9,737.07,621.77,737.07z M621.77,820.55
c-14.9,0-27.02-12.12-27.02-27.02s12.12-27.02,27.02-27.02c14.89,0,27.01,12.12,27.01,27.02S636.66,820.55,621.77,820.55z"/>
<path class="sta1 fill-orange1" d="M256.46,737.07c-31.14,0-56.46,25.33-56.46,56.47S225.33,850,256.46,850c10.5,0,20.31-2.93,28.74-7.95
c2.46,4.7,7.33,7.95,13,7.95c8.13,0,14.73-6.59,14.73-14.73v-41.74C312.93,762.4,287.6,737.07,256.46,737.07z M256.46,820.55
c-14.89,0-27.01-12.12-27.01-27.02s12.12-27.02,27.01-27.02c14.9,0,27.02,12.12,27.02,27.02S271.36,820.55,256.46,820.55z"/>
</svg>
</div>
<div class="ahead logo background-orangegradient">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;width:150px;" xml:space="preserve">
<g>
<polygon class="stair s-side fill-grey2" points="799.79,150.15 799.79,261 721.59,316.42 721.59,427.26 643.38,482.69 643.38,593.53 878,427.26
878,94.73 "/>
<rect x="200" y="482.69" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<rect x="278.21" y="316.42" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<rect x="356.41" y="150.15" class="stair s-front fill-grey3" width="443.38" height="110.84"/>
<polygon class="stair s-top2 fill-grey4" points="278.21,316.42 356.41,261 799.79,261 721.59,316.42 "/>
<polygon class="stair s-top3 fill-grey4" points="356.41,150.15 434.62,94.73 878,94.73 799.79,150.15 "/>
<polygon class="stair s-top1 fill-grey4" points="278.21,427.26 200,482.69 643.38,482.69 721.59,427.26 "/>
</g>
<rect x="200" y="482.65" class="st1 fill-white" width="443.53" height="110.88"/>
<rect x="278.23" y="316.32" class="st2 fill-white" width="443.53" height="110.88"/>
<rect x="356.47" y="150" class="st3 fill-white" width="443.53" height="110.88"/>
<path class="ste fill-white" d="M543.78,787.05c-7.96-1.55-15.71,3.67-17.26,11.65c-1.03,5.29-3.59,10.1-7.42,13.93
c-6.7,6.69-16.05,9.13-24.7,7.32l45.52-45.52c5.75-5.75,5.75-15.07,0-20.83c-22.01-22.01-57.84-22.02-79.85,0
c-22.01,22.01-22.02,57.81-0.03,79.83c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.03
c11.01,10.99,25.45,16.49,39.9,16.49c14.46,0,28.92-5.5,39.92-16.51c8-8,13.36-18.08,15.51-29.15
C556.98,796.32,551.76,788.6,543.78,787.05z M480.89,774.43c5.27-5.27,12.19-7.9,19.1-7.9c1.88,0,3.76,0.19,5.6,0.58l-32.02,32.02
C471.76,790.49,474.2,781.13,480.89,774.43z"/>
<path class="sth fill-white" d="M378.23,737.07c-9.78,0-18.98,2.5-27.01,6.89v-33.91c0-8.13-6.59-14.73-14.73-14.73s-14.73,6.59-14.73,14.73
v125.22c0,8.13,6.59,14.73,14.73,14.73s14.73-6.59,14.73-14.73v-41.74c0-14.9,12.12-27.02,27.01-27.02
c14.89,0,27.01,12.12,27.01,27.02v41.74c0,8.13,6.59,14.73,14.73,14.73c8.13,0,14.73-6.59,14.73-14.73v-41.74
C434.7,762.4,409.37,737.07,378.23,737.07z"/>
<path class="std fill-white" d="M785.27,695.33c-8.13,0-14.73,6.59-14.73,14.73v33.91c-8.03-4.39-17.24-6.9-27.02-6.9
c-31.14,0-56.46,25.33-56.46,56.47S712.4,850,743.53,850c31.14,0,56.47-25.33,56.47-56.47v-83.48
C800,701.92,793.41,695.33,785.27,695.33z M743.53,820.55c-14.89,0-27.01-12.12-27.01-27.02s12.12-27.02,27.01-27.02
c14.9,0,27.02,12.12,27.02,27.02S758.43,820.55,743.53,820.55z"/>
<path class="sta2 fill-white" d="M621.77,737.07c-31.14,0-56.47,25.33-56.47,56.47S590.63,850,621.77,850c10.5,0,20.31-2.93,28.74-7.95
c2.46,4.7,7.33,7.95,13,7.95c8.13,0,14.73-6.59,14.73-14.73v-41.74C678.23,762.4,652.9,737.07,621.77,737.07z M621.77,820.55
c-14.9,0-27.02-12.12-27.02-27.02s12.12-27.02,27.02-27.02c14.89,0,27.01,12.12,27.01,27.02S636.66,820.55,621.77,820.55z"/>
<path class="sta1 fill-white" d="M256.46,737.07c-31.14,0-56.46,25.33-56.46,56.47S225.33,850,256.46,850c10.5,0,20.31-2.93,28.74-7.95
c2.46,4.7,7.33,7.95,13,7.95c8.13,0,14.73-6.59,14.73-14.73v-41.74C312.93,762.4,287.6,737.07,256.46,737.07z M256.46,820.55
c-14.89,0-27.01-12.12-27.01-27.02s12.12-27.02,27.01-27.02c14.9,0,27.02,12.12,27.02,27.02S271.36,820.55,256.46,820.55z"/>
</svg>
</div>
<!-------End of AHEAD------->
<!-------It's Day One------->
<div class="itsdayone logo background-white">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;width:140px;" xml:space="preserve">
<defs>
<linearGradient id="bluegradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#5352ED" />
<stop offset="100%" stop-color="#3742FA" />
</linearGradient>
</defs>
<path class="id1 fill-bluegradient" d="M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1h-33.01V229.97h-71.63 v0l-67.42,67.42h67.42V645h99.72c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z"/>
</svg>
<div class="title color-purpleblue"><span class="wone">IT'S </span><span class="wtwo">DAY </span><span class="wthree">ONE</span></div>
</div>
<div class="itsdayone logo background-bluegradient">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;width:140px;" xml:space="preserve">
<path class="id1 fill-white" d="M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1h-33.01V229.97h-71.63 v0l-67.42,67.42h67.42V645h99.72c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z"/>
</svg>
<div class="title color-white"><span class="wone">IT'S </span><span class="wtwo">DAY </span><span class="wthree">ONE</span></div>
</div>
<!-------End of It's Day One------->
<!-------VOOP------->
<div class="voop logo">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 280 134" style="enable-background:new 0 0 280 134;width:50%;overflow:visible;" xml:space="preserve">
<g>
<g class="voop-o1">
<g>
<path class="voop-o13 fill-voop-orange" d="M138.22,18.58c-1.39-1.9-2.93-3.69-4.61-5.34L90.62,87.63c2.25,0.62,4.56,1.06,6.94,1.32L138.22,18.58z"/>
</g>
<g>
<path class="voop-o101 fill-voop-orange" d="M63.98,67.12l38.57-66.73c-0.06,0-0.12,0-0.17,0c-2.71,0-5.36,0.24-7.93,0.71l-33.9,58.65
C61.47,62.32,62.63,64.79,63.98,67.12z"/>
</g>
<g>
<path class="voop-o11 fill-voop-orange" d="M109.88,1.03L68.2,73.15c1.48,1.78,3.09,3.44,4.83,4.97l43.58-75.4C114.43,1.99,112.19,1.42,109.88,1.03z"/>
</g>
<g>
<path class="voop-o12 fill-voop-orange" d="M128.45,8.85c-1.79-1.3-3.69-2.48-5.67-3.5l-44.4,76.82c1.86,1.2,3.82,2.26,5.86,3.18L128.45,8.85z"/>
</g>
<g>
<path class="voop-o15 fill-voop-orange" d="M123.61,83.81c13.81-7.53,23.18-22.18,23.18-39.01c0-0.36-0.01-0.71-0.01-1.06L123.61,83.81z"/>
</g>
<g>
<path class="voop-o14 fill-voop-orange" d="M145.22,33.09c-0.76-2.8-1.79-5.48-3.06-8.03l-37.02,64.05c2.91-0.18,5.74-0.64,8.48-1.35L145.22,33.09z"/>
</g>
<g>
<path class="voop-o102 fill-voop-orange" d="M85.16,3.85C69.19,10.58,57.97,26.38,57.97,44.8c0,1.87,0.12,3.7,0.34,5.51L85.16,3.85z"/>
</g>
</g>
<path class="voop-p fill-voop-blue" d="M235.59,0.39c-24.52,0-44.41,19.88-44.41,44.41v88.81h44.41V89.2C260.12,89.2,280,69.32,280,44.8
C280,20.27,260.12,0.39,235.59,0.39z"/>
<g>
<polygon class="voop-v fill-voop-red" points="51.28,89.2 102.55,0.39 0,0.39 "/>
</g>
<g>
<circle class="voop-o2 fill-voop-green" cx="168.99" cy="44.8" r="44.41"/>
</g>
</g>
</svg>
</div>
<div class="voop logo background-voop-blue">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 280 134" style="enable-background:new 0 0 280 134;width:50%;overflow:visible;" xml:space="preserve">
<g>
<g class="voop-o1">
<g>
<path class="voop-o13 fill-white" d="M138.22,18.58c-1.39-1.9-2.93-3.69-4.61-5.34L90.62,87.63c2.25,0.62,4.56,1.06,6.94,1.32L138.22,18.58z"/>
</g>
<g>
<path class="voop-o101 fill-white" d="M63.98,67.12l38.57-66.73c-0.06,0-0.12,0-0.17,0c-2.71,0-5.36,0.24-7.93,0.71l-33.9,58.65
C61.47,62.32,62.63,64.79,63.98,67.12z"/>
</g>
<g>
<path class="voop-o11 fill-white" d="M109.88,1.03L68.2,73.15c1.48,1.78,3.09,3.44,4.83,4.97l43.58-75.4C114.43,1.99,112.19,1.42,109.88,1.03z"/>
</g>
<g>
<path class="voop-o12 fill-white" d="M128.45,8.85c-1.79-1.3-3.69-2.48-5.67-3.5l-44.4,76.82c1.86,1.2,3.82,2.26,5.86,3.18L128.45,8.85z"/>
</g>
<g>
<path class="voop-o15 fill-white" d="M123.61,83.81c13.81-7.53,23.18-22.18,23.18-39.01c0-0.36-0.01-0.71-0.01-1.06L123.61,83.81z"/>
</g>
<g>
<path class="voop-o14 fill-white" d="M145.22,33.09c-0.76-2.8-1.79-5.48-3.06-8.03l-37.02,64.05c2.91-0.18,5.74-0.64,8.48-1.35L145.22,33.09z"/>
</g>
<g>
<path class="voop-o102 fill-white" d="M85.16,3.85C69.19,10.58,57.97,26.38,57.97,44.8c0,1.87,0.12,3.7,0.34,5.51L85.16,3.85z"/>
</g>
</g>
<path class="voop-p fill-white" d="M235.59,0.39c-24.52,0-44.41,19.88-44.41,44.41v88.81h44.41V89.2C260.12,89.2,280,69.32,280,44.8
C280,20.27,260.12,0.39,235.59,0.39z"/>
<g>
<polygon class="voop-v fill-white" points="51.28,89.2 102.55,0.39 0,0.39 "/>
</g>
<g>
<circle class="voop-o2 fill-white" cx="168.99" cy="44.8" r="44.41"/>
</g>
</g>
</svg>
</div>
<!-------End of VOOP------->
<!-------VOPO-------->
<div class="vopo logo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 280 100" style="enable-background:new 0 0 280 100;width:60%;" xml:space="preserve">
<path class="vopo-o1 fill-vopo-orange" d="M122,84.85L122,84.85c-14.38,0-26.14-11.76-26.14-26.14l0-17.42c0-14.38,11.76-26.14,26.14-26.14h0
c14.38,0,26.14,11.76,26.14,26.14v17.42C148.14,73.09,136.38,84.85,122,84.85z"/>
<path class="vopo-p fill-vopo-blue" d="M180.43,15.15L180.43,15.15c-14.38,0-26.14,11.76-26.14,26.14v0c0,0.27,0.01,0.53,0.02,0.79v30.9
c0,6.53,5.34,11.87,11.87,11.87h2.4c6.53,0,11.87-5.34,11.87-11.87v-5.56c14.37-0.01,26.12-11.77,26.12-26.14v0
C206.57,26.91,194.81,15.15,180.43,15.15z"/>
<path class="vopo-o2 fill-vopo-blue" d="M238.86,84.85L238.86,84.85c-14.38,0-26.14-11.76-26.14-26.14l0-17.42c0-14.38,11.76-26.14,26.14-26.14h0
c14.38,0,26.14,11.76,26.14,26.14v17.42C265,73.09,253.24,84.85,238.86,84.85z"/>
<path class="vopo-v fill-vopo-orange" d="M83.25,17.17L83.25,17.17C76.03,13,66.71,15.5,62.54,22.72l-4.56,7.91c0,0,0,0,0,0
c-1.03,1.73-2.91,2.9-5.06,2.9c-2.13,0-4-1.15-5.03-2.86c0,0,0,0-0.01,0l-4.59-7.95C39.11,15.5,29.79,13,22.57,17.17h0
c-7.22,4.17-9.72,13.49-5.55,20.71l22.75,39.4c1.36,2.36,3.27,4.21,5.48,5.49c0.03,0.02,0.07,0.04,0.1,0.06l0,0
c0.03,0.02,0.07,0.04,0.1,0.05c0.11,0.06,0.23,0.12,0.34,0.19c0.14,0.08,0.29,0.15,0.43,0.22c0.03,0.01,0.06,0.03,0.09,0.04
c2.01,0.98,4.15,1.47,6.28,1.51c0.11,0,0.22,0,0.34,0c0.11,0,0.22,0,0.34,0c2.13-0.04,4.27-0.54,6.28-1.51
c0.03-0.01,0.06-0.03,0.09-0.04c0.14-0.07,0.29-0.15,0.43-0.22c0.11-0.06,0.23-0.12,0.34-0.19c0.03-0.02,0.07-0.04,0.1-0.05l0,0
c0.03-0.02,0.07-0.04,0.1-0.06c2.2-1.28,4.12-3.13,5.48-5.49l22.75-39.4C92.97,30.66,90.48,21.34,83.25,17.17z"/>
</svg>
</div>
<div class="vopo logo background-vopo-orange">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 280 100" style="enable-background:new 0 0 280 100;width:60%;" xml:space="preserve">
<path class="vopo-o1 fill-white" d="M122,84.85L122,84.85c-14.38,0-26.14-11.76-26.14-26.14l0-17.42c0-14.38,11.76-26.14,26.14-26.14h0
c14.38,0,26.14,11.76,26.14,26.14v17.42C148.14,73.09,136.38,84.85,122,84.85z"/>
<path class="vopo-p fill-white" d="M180.43,15.15L180.43,15.15c-14.38,0-26.14,11.76-26.14,26.14v0c0,0.27,0.01,0.53,0.02,0.79v30.9
c0,6.53,5.34,11.87,11.87,11.87h2.4c6.53,0,11.87-5.34,11.87-11.87v-5.56c14.37-0.01,26.12-11.77,26.12-26.14v0
C206.57,26.91,194.81,15.15,180.43,15.15z"/>
<path class="vopo-o2 fill-white" d="M238.86,84.85L238.86,84.85c-14.38,0-26.14-11.76-26.14-26.14l0-17.42c0-14.38,11.76-26.14,26.14-26.14h0
c14.38,0,26.14,11.76,26.14,26.14v17.42C265,73.09,253.24,84.85,238.86,84.85z"/>
<path class="vopo-v fill-white" d="M83.25,17.17L83.25,17.17C76.03,13,66.71,15.5,62.54,22.72l-4.56,7.91c0,0,0,0,0,0
c-1.03,1.73-2.91,2.9-5.06,2.9c-2.13,0-4-1.15-5.03-2.86c0,0,0,0-0.01,0l-4.59-7.95C39.11,15.5,29.79,13,22.57,17.17h0
c-7.22,4.17-9.72,13.49-5.55,20.71l22.75,39.4c1.36,2.36,3.27,4.21,5.48,5.49c0.03,0.02,0.07,0.04,0.1,0.06l0,0
c0.03,0.02,0.07,0.04,0.1,0.05c0.11,0.06,0.23,0.12,0.34,0.19c0.14,0.08,0.29,0.15,0.43,0.22c0.03,0.01,0.06,0.03,0.09,0.04
c2.01,0.98,4.15,1.47,6.28,1.51c0.11,0,0.22,0,0.34,0c0.11,0,0.22,0,0.34,0c2.13-0.04,4.27-0.54,6.28-1.51
c0.03-0.01,0.06-0.03,0.09-0.04c0.14-0.07,0.29-0.15,0.43-0.22c0.11-0.06,0.23-0.12,0.34-0.19c0.03-0.02,0.07-0.04,0.1-0.05l0,0
c0.03-0.02,0.07-0.04,0.1-0.06c2.2-1.28,4.12-3.13,5.48-5.49l22.75-39.4C92.97,30.66,90.48,21.34,83.25,17.17z"/>
</svg>
</div>
<!-------End of VOPO------->
</div>
html, body{height:100%;text-align:center;margin:0;}
.logo-container{display:flex;justify-content:center;align-items:center;flex-flow:row wrap;width:100%;height:100%;}
.logo{width:50%;height:40%;display:flex;justify-content:center;align-items:center;flex-flow:column;}
.background-white{background:#ffffff;}
.background-blue{background:#4698C2;}
.background-green{background:#70EA95;}
.background-pink{background:#ED1E79;}
.background-orangegradient{background-image:linear-gradient(#FFC303,#FF8C03);}
.background-bluegradient{background-image:linear-gradient(#5352ED,#3742FA);}
.color-white{color:#ffffff;}
.color-grey{color:#414042;}
.color-purpleblue{color:#3742FA;}
.fill-white{fill:#ffffff;}
.fill-grey{fill:#414042;}
.fill-blue{fill:#4698C2;}
.fill-green{fill:#70EA95;}
.fill-lightblue{fill:#6E98F8;}
.fill-darkblue{fill:#0000FF;}
.fill-pink{fill:#ED1E79;}
.fill-orange1{fill:#FF8C03;}
.fill-orange2{fill:#FFA502;}
.fill-orange3{fill:#FFC303;}
.fill-grey2{fill:#E6E6E6;}
.fill-grey3{fill:#D5D5D5;}
.fill-grey4{fill:#F7F7F7;}
.fill-bluegradient{fill:url(#bluegradient);}
/*-----Trampolene-----*/
.trampolene .title{font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;padding:5px 0 0 0;}
.trampolene .title em{font-size:20px;font-style:normal;}
.trampolene .hori1{animation:trampolene-moveleft 8s ease 0.4s infinite normal;}
.trampolene .hori2{animation:trampolene-moveleft 8s ease 0.5s infinite normal;}
.trampolene .hori3{animation:trampolene-moveleft 8s ease 0.6s infinite normal;}
.trampolene .vert1{animation:trampolene-moveup 8s ease 0.1s infinite normal;}
.trampolene .vert2{animation:trampolene-moveup 8s ease 0.2s infinite normal;}
.trampolene .vert3{animation:trampolene-moveup 8s ease 0.3s infinite normal;}
.trampolene .title{animation:trampolene-moveup2 8s ease 0.1s infinite normal;}
@keyframes trampolene-moveleft{
45%{transform:scaleX(1) translateX(0);}
50%{transform:scaleX(8) translateX(16px);}
50.1%{transform:scaleX(-8) translateX(-16px);}
55%{transform:scaleX(1) translateX(0);}
}
@keyframes trampolene-moveup{
45%{transform:scaleY(1) translateY(0);opacity:1;}
50%{transform:scaleY(0) translateY(50px);opacity:0;}
50.1%{transform:scaleY(8) translateY(50px);opacity:0;}
55%{transform:scaleY(1) translateY(0);opacity:1;}
}
@keyframes trampolene-moveup2{
45%{transform:translateY(0);opacity:1;}
50%{transform:translateY(-10px);opacity:0;}
60%{transform:translateY(10px);opacity:0;}
65%{transform:translateY(0);opacity:1;}
}
/*-----Undifferent-----*/
.undifferent .title{font-family:'Helvetica Neue',arial,sans-serif;font-size:20px;font-weight:200;padding:10px 0 0 0;animation:undifferent-moveleft2 8s ease 2s infinite normal;}
.undifferent .title em{font-size:20px;font-weight:800;font-style:italic;animation:undifferent-moveright2 8s ease 2s infinite normal;}
.undifferent .shape2{mix-blend-mode:color-dodge;}
.undifferent.background-green .shape2{mix-blend-mode:normal;}
.undifferent .shape1.fill-white,.undifferent .shape2.fill-white{opacity:0.9;}
.undifferent .shape1{animation:undifferent-moveleft 8s ease 2s infinite normal;}
.undifferent .shape2{animation:undifferent-moveright 8s ease 2s infinite normal;}
@keyframes undifferent-moveleft{
20%{transform:translateX(0);}
25%{transform:translateX(120px);}
75%{transform:translateX(120px);}
80%{transform:translateX(0);}
}
@keyframes undifferent-moveright{
20%{transform:translateX(0);}
25%{transform:translateX(-120px);}
75%{transform:translateX(-120px);}
80%{transform:translateX(0);}
}
@keyframes undifferent-moveleft2{
20%{transform:translateX(0);}
25%{transform:translateX(-14px);}
75%{transform:translateX(-14px);}
80%{transform:translateX(0);}
}
@keyframes undifferent-moveright2{
20%{transform:translateY(0);opacity:1;}
25%{transform:translateY(20px);opacity:0;}
75%{transform:translateY(20px);opacity:0;}
80%{transform:translateY(0);opacity:1;}
}
/*-----Chrysalix-----*/
.chrysalix .title{font-family:'Varela Round',arial,sans-serif;font-size:20px;font-weight:600;padding:10px 0 0 0;animation:chrysalix-moveup 8s ease 1s infinite normal;}
.chrysalix .oval{mix-blend-mode:multiply;transform-style:preserve-3d;}
.chrysalix.background-pink .oval{mix-blend-mode:normal;transform-style:preserve-3d;}
.oval.fill-white{opacity:0.9;}
.oval.fill-pink,.oval2{animation:chrysalix-flap2 2s ease 1s infinite normal;}
.oval.fill-darkblue,.oval1{animation:chrysalix-flap1 2s ease 1s infinite normal;}
@keyframes chrysalix-flap1{
0%{transform:rotateX(0deg) rotateY(0deg) rotate(-45deg) translate(-250px, 150px);}
50%{transform:rotateX(10deg) rotateY(20deg) rotate(-45deg) translate(-250px, 150px);}
100%{transform:rotateX(0deg) rotateY(0deg) rotate(-45deg) translate(-250px, 150px);}
}
@keyframes chrysalix-flap2{
0%{transform:rotateX(0deg) rotateY(0deg) rotate(-45deg) translate(-350px, 100px);}
50%{transform:rotateX(-10deg) rotateY(-20deg) rotate(-45deg) translate(-350px, 100px);}
100%{transform:rotateX(0deg) rotateY(0deg) rotate(-45deg) translate(-350px, 100px);}
}
@keyframes chrysalix-moveup{
45%{transform:translateY(0);opacity:1;}
50%{transform:translateY(-10px);opacity:0;}
51%{transform:translateY(10px);opacity:0;}
55%{transform:translateY(0);opacity:1;}
}
/*-----AHEAD-----*/
.background-orangegradient .st3{opacity:0.7;}
.background-orangegradient .st2{opacity:0.85;}
.ahead.background-white .st1{animation:ahead-moveright 8s ease 0.4s infinite normal;}
.ahead.background-white .st2{animation:ahead-moveright 8s ease 0.6s infinite normal;}
.ahead.background-white .st3{animation:ahead-moveright 8s ease 0.8s infinite normal;}
.ahead.background-orangegradient .st1{animation:ahead-moveright2a 8s ease 0.4s infinite normal;}
.ahead.background-orangegradient .st2{animation:ahead-moveright2b 8s ease 0.6s infinite normal;}
.ahead.background-orangegradient .st3{animation:ahead-moveright2c 8s ease 0.8s infinite normal;}
.ahead .sta1{animation:ahead-moveup2 8s ease 0.1s infinite normal;}
.ahead .sth{animation:ahead-moveup2 8s ease 0.1s infinite normal;}
.ahead .ste{animation:ahead-moveup2 8s ease 0.1s infinite normal;}
.ahead .sta2{animation:ahead-moveup2 8s ease 0.1s infinite normal;}
.ahead .std{animation:ahead-moveup2 8s ease 0.1s infinite normal;}
.ahead .stair{animation:ahead-fadeout 8s ease 0.4s infinite normal;}
@keyframes ahead-fadeout{
0%{opacity:0;}
25%{opacity:0;}
35%{opacity:1;}
55%{opacity:1;}
65%{opacity:0;}
100%{opacity:0;}
}
@keyframes ahead-moveup2{
40%{transform:translate(0,0);opacity:1;}
50%{transform:translate(50px,-50px);opacity:0;}
59%{transform:translate(-50px,50px);opacity:0;}
70%{transform:translate(0,0);opacity:1;}
}
@keyframes ahead-moveright{
30%{opacity:1;}
35%{opacity:0;}
40%{opacity:0;}
60%{opacity:1;}
}
@keyframes ahead-moveright2a{
30%{opacity:1;}
35%{opacity:0;}
40%{opacity:0;}
60%{opacity:1;}
}
@keyframes ahead-moveright2b{
30%{opacity:0.85;}
35%{opacity:0;}
40%{opacity:0;}
60%{opacity:0.85;}
}
@keyframes ahead-moveright2c{
30%{opacity:0.7;}
35%{opacity:0;}
40%{opacity:0;}
60%{opacity:0.7;}
}
/*-----IT'S DAY ONE-----*/
.itsdayone .title{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:700;padding:0;}
.itsdayone .title .wone{animation:itsdayone-fadeup 8s ease 0.1s infinite normal;}
.itsdayone .title .wtwo{animation:itsdayone-fadeup 8s ease 0.2s infinite normal;}
.itsdayone .title .wthree{animation:itsdayone-fadeup 8s ease 0.3s infinite normal;}
.itsdayone .id1{animation:itsdayone-reveal 8s ease 0.1s infinite normal;}
@keyframes itsdayone-reveal{
49%{transform:scale(1);opacity:1;d:path("M634.68,197.19C604.84,165.73,561.09,150,503.43,150H354.97v94.38h100.28h0h46.21 c29.49,0,49.8,7.54,60.96,22.61c11.14,15.09,16.71,36.38,16.71,63.9v337.22c0,30.15-5.9,52.28-17.7,66.36 c-11.8,14.1-31.8,21.14-59.97,21.14h-46.21V268.96H354.97v0l-94.38,94.38h94.38V850h139.61c59.63,0,105.35-15.56,137.15-46.7 c31.78-31.12,47.68-79.47,47.68-145.01V330.9C679.41,273.23,664.49,228.65,634.68,197.19z");}
50%{opacity:0;d:path("M413.88,145C412,145,416,145,413.88,145h-6.04v67.42h6.04l0,0l0,0c-2.88,0-1.88,0,0,0c3.12,0-1.88,0,0,0l0,0 c-2.88,0,1.12,0,0,0c-1.88,0-3.88,0,0,0l0,0l0,0V145L413.88,145L413.88,145L413.88,145L413.88,145L413.88,145 C416,145,418,145,413.88,145C412,145,413.88,191.82,413.88,145L413.88,145C412,145,417,145,413.88,145z");}
51%{d:path("M513.88,145C508.25,145,514,145,513.88,145H407.84v67.42h71.63l0,0l0,0c1.53,0-5.01,0,0,0c2.99,0-3.95,0,0,0 l0,0c0,1.58,0-1.42,0,0c0,0.51,0-8.58,0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0L513.88,145C513,145,512.87,145,513.88,145 C514,145,514,145,513.88,145L513.88,145C510.3,145,514,145,513.88,145z");}
52%{d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v2.27c0,4.92,0-5.49,0,0c0,6.51,0,11.51,0,15.1l0,0l0,0l0,0l0,0l0,0l0,0L639.58,359l0,0 c0-6,0-28,0-33.36c0-6.64,0,11.94,0,0v-51.43C639.58,233.02,628.92,201.18,607.63,178.71z");}
53%{d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,3.92,0-3.92,0,0c0,6.51,0-3.58,0,0l0,0l0,0l0,0l0,0l0,0l0,0l71.63,96.56l0,0 c0-5,0,4.36,0,0c0-5.64,0-98.64,0-103.58V274.21C639.58,233.02,628.92,201.18,607.63,178.71z");}
54%{d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1l0,0l0,0l0,0l0,0l0,0 l0,0L479.47,645h28.09c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z");}
55%{d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1h-33.01l0,0h-71.63 l0,0l0,0l0,0V645h99.72c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z");}
56%{d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1h-33.01V229.97h-71.63 v0v67.42l0,0V645h99.72c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z");}
57%{transform:scale(1,1);opacity:1;d:path("M607.63,178.71C586.32,156.24,555.07,145,513.88,145H407.84v67.42h71.63h0h33c21.07,0,35.57,5.39,43.54,16.15 c7.96,10.78,11.94,25.98,11.94,45.65v240.87c0,21.54-4.21,37.34-12.64,47.4c-8.43,10.07-22.71,15.1-42.84,15.1h-33.01V229.97h-71.63 v0l-67.42,67.42h67.42V645h99.72c42.6,0,75.25-11.11,97.96-33.36c22.7-22.23,34.06-56.76,34.06-103.58V274.21 C639.58,233.02,628.92,201.18,607.63,178.71z");}
}
@keyframes itsdayone-fadeup{
45%{transform:translateY(0);opacity:1;}
50%{transform:translateY(-10px);opacity:0;}
60%{transform:translateY(20px);opacity:0;}
65%{transform:translateY(0);opacity:1;}
}
/*-----VOOP-----*/
.voop .title{font-family:'Helvetica Neue',arial,sans-serif;font-size:20px;font-weight:200;padding:10px 0 0 0;}
.voop .title em{font-size:20px;font-weight:800;font-style:italic;}
.background-voop-blue{background:#1E90FF;}
.fill-voop-orange{fill:#FFA502;}
.fill-voop-blue{fill:#1E90FF;}
.fill-voop-red{fill:#FF4757;}
.fill-voop-green{fill:#2ED573;}
.voop-o1{animation: voop-o1-movex 15s infinite; transform-origin: 37% 34%;}
.voop-o2{animation: voop-o2-movex 15s infinite;}
.voop-p{animation: voop-p-movex 15s infinite;}
@keyframes voop-o1-movex{
0% { transform: translateX(30px) rotate(180deg); }
10% { transform: translateX(0); }
90% { transform: translateX(0); }
100% { transform: translateX(30px) rotate(180deg); }
}
@keyframes voop-o2-movex{
0% { transform: translateX(60px); }
10% { transform: translateX(0); }
90% { transform: translateX(0); }
100% { transform: translateX(60px); }
}
@keyframes voop-p-movex{
0% { transform: translateX(90px); }
10% { transform: translateX(0); }
90% { transform: translateX(0); }
100% { transform: translateX(90px); }
}
/*-----VOPO-----*/
.vopo svg{overflow:visible;}
.fill-vopo-orange{fill:#FFA502;}
.fill-vopo-blue{fill:#1E90FF;}
.background-vopo-orange{background:#FFA502;}
.vopo-o1 {
animation-name: bounce;
animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
animation-duration: 20s;
animation-iteration-count: infinite;
transform-origin: bottom;
transition:all .3s ease;
}
.vopo-o2 {
animation-name: bounce;
animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
animation-duration: 20s;
animation-iteration-count: infinite;
transform-origin: bottom;
animation-delay: .3s;
transition:all .3s ease;
}
@keyframes bounce {
0% { transform: scale(1,1) translateY(0); }
1% { transform: scale(1.1,.9) translateY(0); opacity:1; }
3% { transform: scale(.9,1.1) translateY(-100px); opacity:0; }
5% { transform: scale(1.05,.95) translateY(0); opacity:1; }
6% { transform: scale(1,1) translateY(-7px); }
7% { transform: scale(1,1) translateY(0); }
100% { transform: scale(1,1) translateY(0); }
}
/*-----STEMS-----*/
Also see: Tab Triggers