CSS3 checkbox with html properties, font awesome

Developer
Size
1,789 Kb
Views
30,360

How do I make an css3 checkbox with html properties, font awesome?

CSS3 checkbox with html properties, font awesome. What is a css3 checkbox with html properties, font awesome? How do you make a css3 checkbox with html properties, font awesome? This script and codes were developed by Kanha Sahu on 27 August 2022, Saturday.

CSS3 checkbox with html properties, font awesome Previews

CSS3 checkbox with html properties, font awesome - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 checkbox with html properties, font awesome</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<label> <input type="checkbox"><span>Check</span>
</label>
<br>
<label> <input type="checkbox" checked disabled><span>Checked & Disabled</span>
</label>
<br>
<label> <input type="checkbox" disabled><span>Disabled</span>
</label>
<br>
<label> <input type="checkbox" checked><span>I agree with terms of use</span>
</label>
<br>
<label> <input type="checkbox"><span>check to confirm</span>
</label>
</body>
</html>

CSS3 checkbox with html properties, font awesome - Script Codes CSS Codes

input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+span { font: 16pt sans-serif; color: #000; }
input[type="checkbox"]+span:before { font: 16pt FontAwesome; content: '\00f096'; display: inline-block; width: 16pt; padding: 2px 0 0 3px; margin-right: 0.5em; }
input[type="checkbox"]:checked+span:before { content: '\00f046'; }
input[type="checkbox"]:focus+span:before { outline: 1px dotted #aaa; }
input[type="checkbox"]:disabled+span { color: #999; }
input[type="checkbox"]:not(:disabled)+span:hover:before { text-shadow: 0 1px 2px #77F; }
CSS3 checkbox with html properties, font awesome - Script Codes
CSS3 checkbox with html properties, font awesome - Script Codes
Home Page Home
Developer Kanha Sahu
Username kaslab
Uploaded August 27, 2022
Rating 3
Size 1,789 Kb
Views 30,360
Do you need developer help for CSS3 checkbox with html properties, font awesome?

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!

Kanha Sahu (kaslab) Script Codes
Create amazing art & images 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!