Button Ideas for eCommerce

Size
3,565 Kb
Views
22,264

How do I make an button ideas for ecommerce?

A new idea for "shop" button :). What is a button ideas for ecommerce? How do you make a button ideas for ecommerce? This script and codes were developed by Tommaso Poletti on 14 October 2022, Friday.

Button Ideas for eCommerce Previews

Button Ideas for eCommerce - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Button Ideas for eCommerce</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section class="sivir">	<div class="button-cont">	<button href="#" class="button-sivir"><span class="txt">Acquista<span></button>	<svg id="loader-g" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.34 93.34">	<circle id="loader" cx="46.67" cy="46.67" r="43.67"></circle>	<path id="sent" d="M431.57,279.88a3,3,0,0,1-2.12-.88l-10.76-10.76a3,3,0,0,1,4.24-4.24l8.64,8.64,20.34-20.34a3,3,0,1,1,4.24,4.24L433.69,279A3,3,0,0,1,431.57,279.88Z"/>	<path id="error" d="M441.66,266l9.11-9.11a3,3,0,1,0-4.24-4.24l-9.11,9.11-9.11-9.11a3,3,0,1,0-4.24,4.24l9.11,9.11-9.11,9.11a3,3,0,1,0,4.24,4.24l9.11-9.11,9.11,9.11a3,3,0,0,0,4.24-4.24Z" transform="translate(-390.75 -219.31)" />	</svg>	</div>
</section>
<section class="singed">	<div class="button-singed">
<svg class="singed-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 117.44 117.44"> <circle class="bsinged" cx="58.72" cy="58.72" r="58.72"/> <path id="tick" d="M191.69,238.38a57.11,57.11,0,1,1-57.11,57.11s-0.71-18.53,11.17-33.94,33-6,19.75,16.2c-12,20.06,25.33,39.15,25.33,39.15l12.4-11.07" transform="translate(-132.97 -236.76)"/> <path class="shopper" d="M219.88,291.45a10.56,10.56,0,0,0-8.35-3.62h-3.67V282a15.29,15.29,0,0,0-15.06-15.48h-2.23A15.29,15.29,0,0,0,175.5,282v4.19s0,0.06,0,.1v1.52h-3.65a10.56,10.56,0,0,0-8.35,3.62,7.63,7.63,0,0,0-1.17,6.67l5.45,16.79c1,4.08,3.14,9.49,9.54,9.49h28.74c6.4,0,8.51-5.42,9.52-9.4l5.51-17A7.56,7.56,0,0,0,219.88,291.45Zm-41.64-5.35V282a12.51,12.51,0,0,1,12.33-12.66h2.23A12.51,12.51,0,0,1,205.12,282v4.18a0.8,0.8,0,0,0,0,.11v1.52H178.24V286.1Zm40.21,11.13-5.5,17c-1.31,5.18-3.37,7.39-6.89,7.39H177.31c-3.57,0-5.56-2.14-6.92-7.48l-5.45-16.77a4.74,4.74,0,0,1,.69-4.16,8,8,0,0,1,6.19-2.54h3.65v2.09a3.36,3.36,0,0,0-1.93,3,3.28,3.28,0,1,0,6.56,0,3.36,3.36,0,0,0-1.89-3v-2.11H205.1v2.14a3.25,3.25,0,1,0,2.74-.08v-2.06h3.7a8,8,0,0,1,6.19,2.54A4.68,4.68,0,0,1,218.45,297.24Z" transform="translate(-132.97 -236.76)"/>
</svg>	</div>
</section> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Button Ideas for eCommerce - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
body{	background:#343436;
}
::-webkit-scrollbar { width: 8px;
}
::-webkit-scrollbar-track { background-color: #1D1F20; border-left: none;
}
::-webkit-scrollbar-thumb { background-color: #000;	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover { background-color: #1D1F20;
}
html {	padding: 10px;	margin: 0;
}
/*/////////////////////////////
button sivir
/////////////////////////////*/
.sivir {	background: antiquewhite;	height: 90vh;	width: 100%;	position: relative;	margin-bottom: 20px;
}
.sivir h2 {	color: #000000;
}
.button-cont {	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);	-webkit-transform: translate(-50%, -50%);	width: 200px;	height: 100px;	text-align: center;
}
.button-sivir {	position: relative;	background-color: #15b06c;	border: 4px solid #15b06c;	box-shadow: none;	height: 100px;	width: 200px;	border-radius: 50px;	font-family: 'montserrat';	text-transform: uppercase;	color: #fff;	z-index: 2;	cursor: pointer;	box-sizing: border-box;	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);	transition: width linear 0.3s;
}
.button-sivir:hover {	background-color: #53CE98;
}
.button-sivir:focus {	background-color: #53CE98;	outline: none;	transition: all linear 0.3s;	color: #237D56;	border: 4px solid rgba(255,255,255,0.5);	width: 100px;
}
svg {	width: 102px;	position: absolute;	top: calc(50% - 51px);	left: calc(50% - 51px);	z-index: 1;	transition: all linear 0.3s;	transform-origin: 50% 50%;	transform: rotate(-90deg);
}
#loader {	position: absolute;	fill: transparent;	stroke: #15b06c;	stroke-miterlimit: 10;	stroke-width: 4px;	stroke-dasharray: 0, 280;
}
.zindex {	z-index: 3;
}
.loading {	animation: loading 3s forwards;	animation-delay: 0.4s;
}
#sent,
#error {	fill: transparent;
}
@keyframes loading {	0% {	transition: all linear 0.3s;	stroke-dasharray: 0, 280;	}	5% {	transition: all linear 0.3s;	stroke-dasharray: 0, 280;	}	100% {	transition: all linear 0.3s;	stroke-dasharray: 280, 280;	}
}
/*/////////////////////////////
button sivir
/////////////////////////////*/
/*/////////////////////////////
button singed
/////////////////////////////*/
.button-singed{	cursor:pointer;
}
.singed {	background: aquamarine;	height: 90vh;	width: 100%;	position: relative;	margin-bottom: 20px;
}
.singed-svg {	transform: rotate(0deg);
}
.bsinged{	fill:;
}
#tick { fill: none; stroke: #FF00EC; stroke-linejoin: round; stroke-width: 4px; stroke-dasharray: 66, 420; stroke-dashoffset: 66;
}
.stroke-tick{	stroke-dashoffset: -394 !important;	transition:all cubic-bezier(0, 0, 0.76, 0.24) 1s !important;
}
.shopper{	fill:#fff;
}
/*/////////////////////////////
/button singed
/////////////////////////////*/

Button Ideas for eCommerce - Script Codes JS Codes

/* Best with Chrome :/ */
$('.button-sivir').on('click', function(e) {	$("#loader").attr("class", "loading");	$("#loader-g").attr("class", "zindex");	e.stopPropagation();
});
$(document).click(function() {	$("#loader").attr("class", "");	$("#loader-g").attr("class", "");
});
$('.button-singed').on('click', function(e) {	$("#tick").attr("class", "stroke-tick");	e.stopPropagation();
});
$(document).click(function() {	$("#tick").attr("class", "");
});
Button Ideas for eCommerce - Script Codes
Button Ideas for eCommerce - Script Codes
Home Page Home
Developer Tommaso Poletti
Username tomma5o
Uploaded October 14, 2022
Rating 4.5
Size 3,565 Kb
Views 22,264
Do you need developer help for Button Ideas for eCommerce?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tommaso Poletti (tomma5o) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!