Smock Gradient Button

Developer
Size
2,479 Kb
Views
16,192

How do I make an smock gradient button?

What is a smock gradient button? How do you make a smock gradient button? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

Smock Gradient Button Previews

Smock Gradient Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Smock Gradient Button</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div> <a href="#" class="btn center">Download Assets</a>
</div>
</body>
</html>

Smock Gradient Button - Script Codes CSS Codes

* { box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
}
body,
html { width: 100%; height: 100%; background: #f8f8f8;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.btn { display: inline-block; padding: 15px 50px; font-weight: 500; font-size: 14px; color: #2f858d; text-shadow: 0 1px 0 #fff; border-radius: 5px; text-align: center; text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; background: -webkit-linear-gradient(top, #ffffff, #f4fcfb); background: linear-gradient(to bottom, #ffffff, #f4fcfb); border: 1px solid #f0f0f0; box-shadow: 0px 1px 0px 0px #e2e2e2; -webkit-transition: background .2s ease-in-out; transition: background .2s ease-in-out;
}
.btn:hover { background: -webkit-linear-gradient(top, #fff, #fff); background: linear-gradient(to bottom, #fff, #fff);
}
.btn:active { background: #f4fcfb; box-shadow: inset 0px 1px 0px #e2e2e2; padding: 16px 50px 14px;
}
Smock Gradient Button - Script Codes
Smock Gradient Button - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3
Size 2,479 Kb
Views 16,192
Do you need developer help for Smock Gradient Button?

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!

Alex Pate (alexpate) Script Codes
Create amazing captions 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!