Simple normalised button style

Developer
Size
2,267 Kb
Views
30,360

How do I make an simple normalised button style?

Should help buttons look the same across different elements.. What is a simple normalised button style? How do you make a simple normalised button style? This script and codes were developed by Aurer on 03 August 2022, Wednesday.

Simple normalised button style Previews

Simple normalised button style - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple normalised button style</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Normalised button style</h1>
<a href="erf" class="btn">Link button</a>
<input class="btn" type="button" value="Form button" />
<div class="btn">Div button</div>
<span class="btn">Span button</span> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Simple normalised button style - Script Codes CSS Codes

body { padding: 1em; max-width: 800px; margin: auto; text-align: center; padding-top: 10%;
}
/* Normalised button style
*/
.btn { padding: 7px 12px; font-size: .9em; box-sizing: border-box; display: inline-block; text-decoration: none; text-align: center; line-height: 1.1; margin: 0 .2em; border-radius: 4px; border: 1px solid #42606B; color: #fff; background-color: #436068; background-image: -webkit-linear-gradient(top, #668391, #648491 50%, #435F6A 50%, #436070 100%); background-image: linear-gradient(top, #668391, #648491 50%, #435F6A 50%, #436070 100%);
}
.btn:hover { color: #fff; cursor: pointer;
}
Simple normalised button style - Script Codes
Simple normalised button style - Script Codes
Home Page Home
Developer Aurer
Username aurer
Uploaded August 03, 2022
Rating 3
Size 2,267 Kb
Views 30,360
Do you need developer help for Simple normalised button style?

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!

Aurer (aurer) Script Codes
Create amazing sales emails 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!