Custom Coloured Text Selection with CSS3

Developer
Size
1,640 Kb
Views
12,144

How do I make an custom coloured text selection with css3?

Custom Coloured Text Selection with CSS3. What is a custom coloured text selection with css3? How do you make a custom coloured text selection with css3? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.

Custom Coloured Text Selection with CSS3 Previews

Custom Coloured Text Selection with CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Custom Coloured Text Selection with CSS3</title> <script src="//use.edgefonts.net/miss-fajardose:n<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9:all.js"></script>4:all.js"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Select Me!</h1>
</body>
</html>

Custom Coloured Text Selection with CSS3 - Script Codes CSS Codes

body { width: 100%; background-color: #FF6380; text-align: center;
}
h1 { font-family: source-sans-pro, sans-serif; color: #6EE6E8; font-size: 80px; font-weight: 100;
}
h1::selection {
background:#f094b7;
color:#555;
}
h1::-moz-selection {
background:#f094b7;
color:#555;
}
h1::-webkit-selection {
background:#f094b7;
color:#555;
}
Custom Coloured Text Selection with CSS3 - Script Codes
Custom Coloured Text Selection with CSS3 - Script Codes
Home Page Home
Developer Jeya Karthika
Username jeyakarthika
Uploaded November 28, 2022
Rating 3
Size 1,640 Kb
Views 12,144
Do you need developer help for Custom Coloured Text Selection with CSS3?

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!

Jeya Karthika (jeyakarthika) Script Codes
Create amazing web content 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!