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">
<!--col 1-->
<div>
<p style="font-family: 'Public Sans', sans-serif">Round Blue-Green Button</p>
<a data-fancybox="" href="#" class="first-btn">Button</a>
<p style="font-family: neue-haas-grotesk-display, sans-serif">Black Bold Rectangle Button</p>
<a data-fancybox="" href="#" class="second-btn">Button</a>
<p style="font-family: 'Open Sans', sans-serif">Rectangle Reverse color on Hover Button</p>
<a data-fancybox="" href="#" class="fifth-btn">Button</a>
<p style="font-family: 'Open Sans', sans-serif">Color text and border no Background Button</p>
<a data-fancybox="" href="#" class="fourteenth-btn">Button</a>
<p style="font-family: Tahoma, Calibri, Helvetica, Arial, sans-serif;">Gradient Enlarging Button (with CSS - Animation Property)</p>
<a data-fancybox="" href="#" class="third-btn">Button</a>
<p style="font-family: 'neue-haas-grotesk-display', sans-serif">Square Enlarging Button (with CSS - Transform Property)</p>
<a data-fancybox="" href="#" class="fourth-btn">Button</a>
</div>
<!--col 2-->
<div>
<p style="font-family: Helvetica, Roboto, Arial, sans-serif;">Button with Unicode Character Icon added at the End</p>
<a data-fancybox="" href="#" class="sixth-btn">Button</a>
<p style="font-family: Helvetica Neue, Arial, sans-serif;">Button with SVG Icon added at the End</p>
<a data-fancybox="" href="#" class="tenth-btn">Button</a>
<p style="font-family:'Roobert', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, 'Fira Sans', 'Droid Sans', 'Helvetica Neue'">Link Arrow Slide Right Animation Button</p>
<a data-fancybox="" href="#" class="ninth-btn-2">Read More</a>
<p style="font-family: myriad-pro, Arial;">Link Arrow Rotation Animation Button</p>
<a data-fancybox="" href="#" class="ninth-btn"><div class="text">Read More</div></a>
<p style="font-family: museo_sans, arial, sans-serif;">Button with Animation Reveal Icon added at the End</p>
<div style="width:100%;display:flex;padding:0;"><a data-fancybox="" href="#" class="eleventh-btn">Button</a></div>
<p style="font-family: Poppins, sans-serif;">Button with Reveal Icon and Slide Text Animation</p>
<div style="width:100%;display:flex;padding:0;"><a data-fancybox="" href="#" class="twelfth-btn"><div><span>Button</span></div></a></div>
</div>
<!--col 3-->
<div>
<p></p>
<button class="button">
<span class="button__text">buy stuff</span>
<svg class="button__svg" role="presentational" viewBox="0 0 600 600">
<defs>
<clipPath id="myClip">
<rect x="0" y="0" width="100%" height="50%" />
</clipPath>
</defs>
<g clip-path="url(#myClip)">
<g id="money">
<path d="M441.9,116.54h-162c-4.66,0-8.49,4.34-8.62,9.83l.85,278.17,178.37,2V126.37C450.38,120.89,446.56,116.52,441.9,116.54Z" fill="#699e64" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
<path d="M424.73,165.49c-10-2.53-17.38-12-17.68-24H316.44c-.09,11.58-7,21.53-16.62,23.94-3.24.92-5.54,4.29-5.62,8.21V376.54H430.1V173.71C430.15,169.83,427.93,166.43,424.73,165.49Z" fill="#699e64" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
</g>
<g id="creditcard">
<path d="M372.12,181.59H210.9c-4.64,0-8.45,4.34-8.58,9.83l.85,278.17,177.49,2V191.42C380.55,185.94,376.75,181.57,372.12,181.59Z" fill="#a76fe2" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
<path d="M347.55,261.85H332.22c-3.73,0-6.76-3.58-6.76-8v-35.2c0-4.42,3-8,6.76-8h15.33c3.73,0,6.76,3.58,6.76,8v35.2C354.31,258.27,351.28,261.85,347.55,261.85Z" fill="#ffdc67" />
<path d="M249.73,183.76h28.85v274.8H249.73Z" fill="#323c44" />
</g>
</g>
<g id="wallet">
<path d="M478,288.23h-337A28.93,28.93,0,0,0,112,317.14V546.2a29,29,0,0,0,28.94,28.95H478a29,29,0,0,0,28.95-28.94h0v-229A29,29,0,0,0,478,288.23Z" fill="#a4bdc1" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
<path d="M512.83,382.71H416.71a28.93,28.93,0,0,0-28.95,28.94h0V467.8a29,29,0,0,0,28.95,28.95h96.12a19.31,19.31,0,0,0,19.3-19.3V402a19.3,19.3,0,0,0-19.3-19.3Z" fill="#a4bdc1" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
<path d="M451.46,435.79v7.88a14.48,14.48,0,1,1-29,0v-7.9a14.48,14.48,0,0,1,29,0Z" fill="#a4bdc1" stroke="#323c44" stroke-miterlimit="10" stroke-width="14" />
<path d="M147.87,541.93V320.84c-.05-13.2,8.25-21.51,21.62-24.27a42.71,42.71,0,0,1,7.14-1.32l-29.36-.63a67.77,67.77,0,0,0-9.13.45c-13.37,2.75-20.32,12.57-20.27,25.77l.38,221.24c-1.57,15.44,8.15,27.08,25.34,26.1l33-.19c-15.9,0-28.78-10.58-28.76-25.93Z" fill="#7b8f91" />
<path d="M148.16,343.22a6,6,0,0,0-6,6v92a6,6,0,0,0,12,0v-92A6,6,0,0,0,148.16,343.22Z" fill="#323c44" />
</g>
</svg>
</button>
<p style="font-family: myriad-pro, Arial;">Hover Sliding Color Change Button</p>
<a data-fancybox="" href="#" class="seventh-btn"><div class="text">Button</div></a>
<p style="font-family: Arial, sans-serif;">Unique Hover Animation Change Button</p>
<div style="position:relative;">
<a data-fancybox="" href="#" class="eighth-btn">
<div class="arrow-wrap"><div class="arrow-box"><svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 0 30 13" fill="none" class="img-arrow-right"><path fill="#004DFF" d="M29.7204 7.07638C30.0456 6.75118 30.0456 6.22392 29.7204 5.89871L24.4208 0.599184C24.0956 0.273979 23.5684 0.273979 23.2432 0.599184C22.918 0.924389 22.918 1.45165 23.2432 1.77686L27.9539 6.48755L23.2432 11.1982C22.918 11.5234 22.918 12.0507 23.2432 12.3759C23.5684 12.7011 24.0956 12.7011 24.4208 12.3759L29.7204 7.07638ZM0.818359 7.32029L29.1315 7.32029L29.1315 5.65481L0.818359 5.65481L0.818359 7.32029Z"></path></svg></div></div><div class="text">Button</div></a>
</div>
<p style="font-family: myriad-pro, Arial;">Custom Styled Button</p>
<a data-fancybox="" href="#" class="thirteenth-btn"><div class="text">Button</div></a>
<p style="font-family: myriad-pro, Arial;">Underline Animation on Hover Button</p>
<a data-fancybox="" href="#" class="fifteenth-btn">Button<div class="underline"></div></a>
<span class="sixteenth-btn"><a href="#"><span>Button</span></a></span>
</div>
</div>
.container {
display:flex;
}
.container div {
padding: 0 20px;
}
p {
margin: 20px 0 10px 0;
}
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300&display=swap');
.first-btn {
font-family: 'Public Sans', sans-serif;
-webkit-text-size-adjust: none;
text-decoration: none;
display: inline-block;
color: #ffffff;
background-color: #00687a;
border-radius: 60px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
width: auto;
width: auto;
text-align: center;
mso-border-alt: none;
word-break: keep-all;
font-size: 16px;
display: inline-block;
letter-spacing: undefined;
padding: 5px 30px;
line-height: 1.5;
}
.first-btn:hover {
background-color: #1c9cad;
}
@font-face {
font-family: "neue-haas-grotesk-display";
src: url("https://use.typekit.net/af/d562ce/00000000000000003b9b204c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/d562ce/00000000000000003b9b204c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/d562ce/00000000000000003b9b204c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: bold;
}
.second-btn {
font-family: neue-haas-grotesk-display, Helvetica, sans-serif;
font-weight: 600;
font-style: normal;
cursor: pointer;
border: none;
outline: 0;
border-radius: 3px;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
transition: background-color .15s ease-in;
white-space: normal;
background: #0b1320;
margin: initial;
max-width: none;
min-width: 185px;
color: #fff !important;
padding: 13px 30px;
font-size: 14px;
vertical-align: bottom;
text-decoration: none;
}
.second-btn:hover {
background-color: #202738;
}
.third-btn {
-webkit-text-size-adjust: none;
text-decoration: none;
display: inline-block;
color: #000a19;
font-family: Tahoma, Calibri, Helvetica, Arial, sans-serif;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
width: auto;
width: auto;
text-align: center;
mso-border-alt: none;
word-break: keep-all;
font-size: 14px;
display: inline-block;
letter-spacing: undefined;
padding: 12px 40px;
line-height: 1.5;
font-weight: bold;
background: linear-gradient(
92.29deg
, #FCDB7F 0%, #48DAD0 100%);
}
.third-btn:hover {
-webkit-animation-name: ctaHoverEnlarge;
animation-name: ctaHoverEnlarge;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-timing-function: cubic-bezier(.17, .6, .77, 1);
animation-timing-function: cubic-bezier(.17, .6, .77, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-play-state: running;
animation-play-state: running;
opacity: 1;
}
@-webkit-keyframes ctaHoverEnlarge {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes ctaHoverEnlarge {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.fourth-btn {
font-family: "neue-haas-grotesk-display", sans-serif;
-webkit-text-size-adjust: none;
text-decoration: none;
display: inline-block;
color: #ffffff;
background-color: #ff3c82;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
width: auto;
width: auto;
text-align: center;
mso-border-alt: none;
word-break: keep-all;
font-size: 16px;
display: inline-block;
letter-spacing: undefined;
padding: 1em 2em;
line-height: 1.5;
font-weight: 700;
}
.fourth-btn:hover {
transform: scale(1.025);
}
.fifth-btn {
-webkit-text-size-adjust: none;
text-decoration: none;
display: inline-block;
color: #ffffff;
background-color: #CC0000;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
width: auto;
width: auto;
border-top: 1px solid #CC0000;
border-right: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
border-left: 1px solid #CC0000;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 45px;
padding-right: 45px;
font-family: "Open Sans", sans-serif;
text-align: center;
mso-border-alt: none;
word-break: keep-all;
font-size: 16px;
display: inline-block;
letter-spacing: undefined;
}
.fifth-btn:hover {
color: #CC0000;
background-color: #FFFFFF;
}
.sixth-btn {
-webkit-text-size-adjust: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
mso-border-alt: none;
word-break: keep-all;
letter-spacing: undefined;
font-weight: bold;
display: inline-block;
vertical-align: middle;
padding: 0.85em;
-webkit-appearance: none;
border: 1px solid transparent;
border-radius: 0;
-webkit-transition: background-color .25s ease-out, color .25s ease-out;
transition: background-color .25s ease-out, color .25s ease-out;
font-size: 1rem;
line-height: 1;
text-align: center;
text-transform: uppercase;
cursor: pointer;
background-color: #489fdf;
color: #fff;
z-index: 999;
text-decoration: none;
font-family: Helvetica, Roboto, Arial, sans-serif;
}
.sixth-btn:after {
position: unset;
right: unset;
width: unset;
height: unset;
margin-top: unset;
margin-left: 0.5rem;
content:'\25BA';
background: unset;
font-weight: 700;
}
.sixth-btn:hover {
background-color: #277fbf;
}
.seventh-btn {
color: #000;
-webkit-text-size-adjust: none;
border: 1px solid #000;
border-radius: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
mso-border-alt: none;
word-break: keep-all;
letter-spacing: undefined;
font-weight: 900;
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
-webkit-transition: background-color .25s ease-out, color .25s ease-out;
transition: background-color .25s ease-out, color .25s ease-out;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
text-transform: uppercase;
cursor: pointer;
z-index: 999;
text-decoration: none;
font-family: myriad-pro, Arial;
background: linear-gradient(to right, #000000 50%, #ffffff 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
}
.seventh-btn .text {
color: black;
transition: all .6s ease-out;
display: block;
padding: 11px 45px;
}
.seventh-btn:hover {
background-position: left bottom !important;
}
.seventh-btn .text:hover {
color: white;
}
.eighth-btn {
color: #004DFF;
width: auto;
padding: 12px;
z-index: 10;
display: inline-block;
text-decoration: none;
opacity: 1;
bottom: 25%;
position: relative;
}
.eighth-btn .img-arrow-right {
width: 24px;
position: absolute;
}
.eighth-btn .arrow-box {
float: left;
position: absolute;
left: 7px;
height: 15px;
top: 10px;
opacity: 1 !important;
transition-delay: 0.6s;
transition: all 0.4s ease;
}
.eighth-btn .arrow-wrap {
position: absolute;
transition: all 0.4s ease;
left: 0;
top: 3px;
/* width: 36px; */
height: 40px;
border: 1px solid #004DFF;
border-radius: 50px;
transition-delay: 0.2s;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.eighth-btn:hover .arrow-wrap {
width: 100%;
}
.eighth-btn .text {
margin-left: 45px;
opacity: 1;
transition: opacity 0.7s ease 0.8s;
text-align: left;
font-family: Arial, sans-serif;
font-size: 19px;
line-height: 1.25;
}
/* only animate if the device supports hover */
@media (hover: hover) {
#creditcard {
/* set start position */
transform: translateY(110px);
transition: transform 0.1s ease-in-out;
/* set transition for mouse enter & exit */
}
#money {
/* set start position */
transform: translateY(180px);
transition: transform 0.1s ease-in-out;
/* set transition for mouse enter & exit */
}
button:hover #creditcard {
transform: translateY(0px);
transition: transform 0.2s ease-in-out;
/* overide transition for mouse enter */
}
button:hover #money {
transform: translateY(0px);
transition: transform 0.3s ease-in-out;
/* overide transition for mouse enter */
}
}
@keyframes bounce {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-0.25rem);
}
100% {
transform: translateY(0);
}
}
.button:hover .button__text span {
transform: translateY(-0.25rem);
transition: transform .2s ease-in-out;
}
/* styling */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.button {
border: none;
outline: none;
background-color: purple;
padding: 1rem 90px 1rem 2rem;
position: relative;
border-radius: 8px;
letter-spacing: 0.7px;
background-color: #5086bd;
color: #fff;
font-size: 21px;
font-family: "Lato", sans-serif;
cursor: pointer;
box-shadow: rgba(0, 9, 61, 0.2) 0px 4px 8px 0px;
}
.button:active {
transform: translateY(1px);
}
.button__svg {
position: absolute;
overflow: visible;
bottom: 6px;
right: 0.2rem;
height: 140%;
}
@font-face {
font-family: 'FontAwesome';
src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
font-weight: normal;
font-style: normal
}
.ninth-btn{
display: flex;
text-decoration: none;
}
.ninth-btn:after {
font-family: 'FontAwesome' !important;
position: unset !important;
right: unset !important;
width: unset !important;
height: unset !important;
margin-top: unset !important;
content: "\f13a" !important;
background: unset !important;
display: inline-block;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.ninth-btn:hover:after {
-webkit-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.ninth-btn-2 {
text-decoration: none;
color: #000000;
font-size: 16px;
font-family:'Roobert', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, 'Fira Sans', 'Droid Sans', 'Helvetica Neue';
display: flex;
}
.ninth-btn-2:after {
font-size: 11px;
content: url('data:image/svg+xml,<svg data-v-b57d9044="" fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" class="icon"><path d="M4.18 12l-1.06-1.053 4.951-4.984-4.878-4.911L4.253 0l5.4 5.437a.747.747 0 010 1.053L4.18 12z" fill="white"></path></svg>');
position: relative;
left: 5px;
background-color: #0086ea;
transition: color .15s ease-in;
display: inline-block;
height: 12px;
width: 12px;
padding: 4px;
border-radius: 50%;
}
.ninth-btn-2:hover:after {
transform: translateX(0.25rem);
}
.tenth-btn {
font-family: Helvetica Neue, Arial, sans-serif;
color: #ffffff;
font-weight: normal;
-webkit-text-size-adjust: none;
border-radius: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
mso-border-alt: none;
word-break: keep-all;
letter-spacing: undefined;
box-sizing: border-box;
border: 0;
vertical-align: baseline;
font-size: 16px;
position: relative;
display: inline-flex;
max-width: 20rem;
min-height: 3rem;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
margin: 0;
border-radius: 0;
cursor: pointer;
outline: none;
text-align: left;
text-decoration: none;
background-color: #0f62fe;
left: 0;
}
.tenth-btn:after {
content: url('data:image/svg+xml; utf8, <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" width="20" height="20" viewBox="0 0 20 20" aria-hidden="true"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg>');
right: 16px;
width: 16px;
position: absolute;
margin-top: 5px;
}
.tenth-btn:hover {
background-color: #000;
}
@font-face {
font-family: "museo_sans";
font-display: swap;
src: url("https://www.automation-partner.io/clients/automationanywhere/uploads/MuseoSans_900-webfont.woff") format("woff");
font-weight: 900;
font-style: normal
}
.eleventh-btn {
font-family: museo_sans, arial, sans-serif;
background-color: #ff5a10;
color: #fff;
padding: 0 10px;
border-radius: 50px;
font-size: 16px;
line-height: 40px;
font-weight: 900;
text-transform: uppercase;
width: 200px;
height: 40px;
text-align: center;
text-decoration: none;
}
.eleventh-btn:after {
content: "\f105";
position: relative;
top: 0;
right: 0;
color: #fff;
font-size: 18px;
font-family: FontAwesome;
font-weight: 900;
transition: 0.3s;
opacity: 0;
}
.eleventh-btn:hover:after {
right: -8px;
opacity: 1;
}
@font-face {
font-family: "Font Awesome";
font-style: normal;
font-weight: normal;
font-display: block;
src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.woff) format("woff");
}
.twelfth-btn {
cursor: pointer;
position: relative;
display: inline-block;
background: #0054a1;
text-decoration: none;
border-radius: 50px;
font-size: 18px;
line-height: 32px;
color: #ffffff;
min-width: 202px;
min-height: 50px;
font-family:Poppins, sans-serif;
text-align: center;
}
.twelfth-btn>div:after {
font-family: 'Font Awesome', sans-serif !important;
content: "\f054";
height: 1em;
line-height: 1em;
width: 1em;
margin-left: 8px;
transform: translateX(-12px) translateY(-50%);
opacity: 0;
position: absolute;
right: 10px;
top: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 18px;
}
.twelfth-btn div span {
padding: 10px 10px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right:0;
overflow: hidden;
overflow-wrap: normal;
word-break: normal;
}
.twelfth-btn:hover div span {
text-indent: -10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.twelfth-btn:hover>div:after {
transform: translateX(0px) translateY(-50%);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.thirteenth-btn {
text-decoration: none;
left: 0;
margin-bottom: 30px;
padding: 4px 18px;
display: inherit;
width: calc(100% - 20px);
text-align: center;
max-width: 225px;
min-width: 8px;
vertical-align: middle;
outline: 0;
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 1.43;
font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-ms-touch-action: none;
-webkit-font-smoothing: antialiased;
border: 1px solid;
border-radius: 3px;
font-weight: bold;
font-family: AmazonEmber, Helvetica Neue Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
border-color: #e76d0c #e15500 #e15500;
color: #fff;
text-shadow: rgb(0 0 0 / 5%) 0 1px 0;
background-color: #ec7211;
background-image: linear-gradient(180deg, #f67c1b 0, #e15500);
box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 20%);
}
.thirteenth-btn:hover, .thirteenth-btn:focus {
background-color: #eb5f07;
background-image: linear-gradient(180deg, #e76d0c 0, #d74b00);
}
.fourteenth-btn{
text-decoration: none;
display: inline-block;
color: #009cde;
background-color: transparent;
border-radius: 8px;
width: auto;
font-weight: 700;
border: 2px solid rgba(0, 156, 222, 0.75);
padding: 5px 10px 5px 25px;
font-family: Arial, HelveticaNeue, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
mso-border-alt: none;
word-break: keep-all;
}
@font-face {
font-family: "icomoon";
font-display: swap;
src: url("https://reveneer.io/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.6") format("woff");
font-style: normal
}
.fourteenth-btn:after {
position: unset;
right: unset;
width: unset;
height: unset;
margin-top: unset;
margin-left: 10px;
padding: 3px 0;
content: "\e909";
background: unset;
font-weight: 300;
font-family: icomoon;
}
.fourteenth-btn:hover {
border-color: #009cde;
color: #009cde;
}
.fifteenth-btn {
padding: 10px;
text-align: center;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration:none;
color: #333;
font-weight:700;
font-family: Arial;
width:50%;
margin-bottom:40px
}
.fifteenth-btn span {
position: relative;
margin-top: -5px;
}
.fifteenth-btn .underline {
position: absolute;
top: 0;
bottom: -10px;
left: 0;
right: 0;
-webkit-transition: -webkit-transform .25s ease-out;
transition: -webkit-transform .25s ease-out;
transition: transform .25s ease-out;
transition: transform .25s ease-out, -webkit-transform .25s ease-out;
overflow: hidden;
}
.fifteenth-btn .underline:before, .fifteenth-btn .underline:after{
position: absolute;
bottom: 0;
left: 0;
height: 0.2rem;
content: "";
}
.fifteenth-btn .underline:before{
right: 0;
background: #94e8ff;
}
.fifteenth-btn .underline:after{
display: block;
width: 40rem;
background: -webkit-gradient(linear, left top, right top, from(#3a6de6), color-stop(#6f4ec9), color-stop(#c83c68), color-stop(#773de6), to(transparent));
background: linear-gradient(90deg, #3a6de6, #6f4ec9, #c83c68, #773de6, transparent);
-webkit-animation: shift 2s infinite;
animation: shift 2s infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
opacity: 0;
-webkit-transition: opacity .1s linear, bottom .1s linear;
transition: opacity .1s linear, bottom .1s linear;
}
.fifteenth-btn:hover .underline:after {
opacity: 1;
}
@keyframes shift {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%)
}
to {
-webkit-transform: translateX(-75%);
transform: translateX(-75%)
}
}
.sixteenth-btn {
z-index: 1;
align-items: flex-start;
display: flex;
flex-wrap: wrap;
align-content: baseline;
justify-content: flex-start;
flex-direction: row;
text-decoration: none;
padding: 10px;
}
.sixteenth-btn a {
text-decoration: none;
display: inline-block;
text-align: center;
vertical-align: middle;
outline: 0;
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 1.43;
box-shadow: none;
font-size: 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-ms-touch-action: none;
-webkit-font-smoothing: antialiased;
position: relative;
font-weight: 600;
z-index: 1;
}
.sixteenth-btn a:before {
filter: blur(15px);
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
transform: translateZ(-1px);
pointer-events: none;
transition: filter .3s ease;
background-clip: content-box !important;
padding: 1px;
z-index: 1;
}
.sixteenth-btn a span {
background: #141f2e;
border: 2px solid #141f2e;
color: #ffffff !important;
z-index: 2;
position: relative;
padding: 10px 26px;
border-radius: 40px;
}
.sixteenth-btn a:hover:before, .sixteenth-btn a:focus:before {
background: linear-gradient(123deg, #d600ba 0%, #6842ff 50%, #007e94 100%), linear-gradient(123deg, #d600ba 0%, #6842ff 50%, #007e94 100%);
}
Also see: Tab Triggers