Skew Button

Developer
Size
2,354 Kb
Views
30,360

How do I make an skew button?

As minimal as I am. A skewisch ghost button.. What is a skew button? How do you make a skew button? This script and codes were developed by Dean Hidri on 01 October 2022, Saturday.

Skew Button Previews

Skew Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Skew Button</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <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> <div class="container">	<button class="btn btn--skew btn-default">	<span>Button</span>	</button>
</div>
<!-- Updated on Fri 21 Aug 2015 --> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Skew Button - Script Codes CSS Codes

html,
body { height: 100%;
}
.container { max-width: 960px; height: 100%; margin-right: auto; margin-left: auto; 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 { background: transparent; color: inherit; text-decoration: none; border: 0; -webkit-transition: all 200ms ease-in; transition: all 200ms ease-in; display: inline-block;
}
.btn-default { color: black; font-weight: bold; text-transform: uppercase; border: 4px solid black; padding: 12px 28px;
}
.btn-default:hover { background: black; color: white;
}
.btn--skew { -webkit-transform: skew(-10deg); transform: skew(-10deg);
}
.btn--skew > span { -webkit-transform: skew(10deg); transform: skew(10deg); display: inline-block;
}
Skew Button - Script Codes
Skew Button - Script Codes
Home Page Home
Developer Dean Hidri
Username visualcookie
Uploaded October 01, 2022
Rating 4
Size 2,354 Kb
Views 30,360
Do you need developer help for Skew 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!

Dean Hidri (visualcookie) 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!