CSS Ghost Button

Size
2,117 Kb
Views
72,864

How do I make an css ghost button?

What is a css ghost button? How do you make a css ghost button? This script and codes were developed by Christopher Williams on 09 August 2022, Tuesday.

CSS Ghost Button Previews

CSS Ghost Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Ghost Button</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button class="magicButton" onclick="window.location='#yourURL';">Push the Button!</button>
</body>
</html>

CSS Ghost Button - Script Codes CSS Codes

/* Color Definitions */
/* Transit Hover Class */
.transit { -webkit-backface-visibility: hidden; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
/* Button Styles */
button.magicButton { cursor: pointer; border-radius: 4px; padding: .5em 2.75em; background: #E42D3A; border: 2px solid #E42D3A; color: white; box-sizing: border-box; display: block; font-size: 16px; font-family: Helvetica, Arial, 'sans-serif'; -webkit-backface-visibility: hidden; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;
}
button.magicButton:hover { color: #E42D3A; background: transparent;
}
CSS Ghost Button - Script Codes
CSS Ghost Button - Script Codes
Home Page Home
Developer Christopher Williams
Username itschriswilliams
Uploaded August 09, 2022
Rating 3
Size 2,117 Kb
Views 72,864
Do you need developer help for CSS Ghost 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!

Christopher Williams (itschriswilliams) 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!