Testing Buttons

Developer
Size
2,447 Kb
Views
30,360

How do I make an testing buttons?

What is a testing buttons? How do you make a testing buttons? This script and codes were developed by Daniel Murphy on 16 September 2022, Friday.

Testing Buttons Previews

Testing Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Testing Buttons</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p><a class="btn btn-primary" href="#">Learn More</a></p>
<p><a class="btn btn-secondary" href="#">Learn More</a></p>
</body>
</html>

Testing Buttons - Script Codes CSS Codes

.btn { font-family: helvetica; font-size: 15px; text-align: center; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 10px 20px; margin-bottom: 2px; text-decoration: none; text-transform: uppercase; position: relative; padding-right: 40px; display: inline-block; border-radius: 4px;
}
.btn:after { background: url("http://newmanu.edu/templates/t3_bs3_blank/fonts/nucon-icons/svg/chevron-right-white.svg") no-repeat; background-position: 0 center; background-size: 20px 20px; content: ""; height: 35px; width: 17px; position: absolute; top: 0; margin-left: -30px; left: 100%;
}
.btn:hover:after { margin-left: -28px; transition: .3s;
}
.btn-primary { background: #375987; box-shadow: 0 0 0 2px #375987 inset, 0 0 0 3px rgba(255, 255, 255, 0.25) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary:hover { background: #3d6395; transition: .3s;
}
.btn-secondary { background: #B79B5F; box-shadow: 0 0 0 2px #B79B5F inset, 0 0 0 3px rgba(255, 255, 255, 0.25) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover { background: #bda46d; transition: .3s;
}
Testing Buttons - Script Codes
Testing Buttons - Script Codes
Home Page Home
Developer Daniel Murphy
Username dsm
Uploaded September 16, 2022
Rating 3
Size 2,447 Kb
Views 30,360
Do you need developer help for Testing 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!

Daniel Murphy (dsm) Script Codes
Create amazing love letters 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!