CSS only, automated, and accessible external link icon

Developer
Size
1,678 Kb
Views
54,648

How do I make an css only, automated, and accessible external link icon?

What is a css only, automated, and accessible external link icon? How do you make a css only, automated, and accessible external link icon? This script and codes were developed by Heydon on 27 August 2022, Saturday.

CSS only, automated, and accessible external link icon Previews

CSS only, automated, and accessible external link icon - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS only, automated, and accessible external link icon</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="http://www.heydonworks.com">heydonworks.com</a>
</body>
</html>

CSS only, automated, and accessible external link icon - Script Codes CSS Codes

html { font-size: 200%;
}
/* the selector matches and external link (ie. starting with http),
not including links to the current domain */
[href^="http"]:not([href*="codepen.io"])::after { content: '(external link)'; display: inline-block; width: 1em; height: 1em; text-indent: 1em; white-space: nowrap; overflow: hidden; background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg); background-repeat: no-repeat; background-position: center; background-size: 75% auto;
}
CSS only, automated, and accessible external link icon - Script Codes
CSS only, automated, and accessible external link icon - Script Codes
Home Page Home
Developer Heydon
Username heydon
Uploaded August 27, 2022
Rating 3.5
Size 1,678 Kb
Views 54,648
Do you need developer help for CSS only, automated, and accessible external link icon?

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!

Heydon (heydon) Script Codes
Create amazing blog posts 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!