Sticky CTA Buttons

Developer
Size
1,940 Kb
Views
24,288

How do I make an sticky cta buttons?

What is a sticky cta buttons? How do you make a sticky cta buttons? This script and codes were developed by Kira on 25 August 2022, Thursday.

Sticky CTA Buttons Previews

Sticky CTA Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sticky CTA Buttons</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="cta-buttons">	<div>	<a href="#">Facebook <i class="fa fa-facebook-official" aria-hidden="true"></i></a>	<a href="#">Twitter <i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="#">Instagram <i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="#">Pinterest <i class="fa fa-pinterest" aria-hidden="true"></i></a>	</div>	</div>
</body>
</html>

Sticky CTA Buttons - Script Codes CSS Codes

.cta-buttons { position: fixed; left: 0; top: 50%; z-index: 101; overflow: hidden; transform: translateY(-50%); text-align:right;
}
@media screen and (max-width:767px) { .cta-buttons { display: none }
}
.cta-buttons .fa { padding: 0 3px 0 25px; font-size:18px;
}
.cta-buttons a { display: block; font-size: 15px; color: black; padding: 14px 14px 14px 25px; background-color: white; box-shadow: 0 0 50px rgba(0,0,0,0.1) !important; margin-bottom: 15px; text-transform: uppercase; left: -126px; text-decoration: none!important; position: relative; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); font-family: 'Montserrat', sans-serif; font-size:14px;
}
.cta-buttons a:hover { left: 0; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; background-color: yellow; color:black;
}
Sticky CTA Buttons - Script Codes
Sticky CTA Buttons - Script Codes
Home Page Home
Developer Kira
Username kepixels
Uploaded August 25, 2022
Rating 3
Size 1,940 Kb
Views 24,288
Do you need developer help for Sticky CTA Buttons?

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!

Kira (kepixels) Script Codes
Create amazing web content 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!