Styling visited links

Developer
Size
2,799 Kb
Views
8,096

How do I make an styling visited links?

What is a styling visited links? How do you make a styling visited links? This script and codes were developed by Kenan Yusuf on 06 December 2022, Tuesday.

Styling visited links Previews

Styling visited links - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Styling visited links</title> <link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700|Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <ol> <li><a href="#link4">Click on me and watch seen appear</a></li> <li><a href="#link5">Pretty cool eh? Try again here</a></li> <li><a href="#link6">One last try</a></li> </ol>
</div>
</body>
</html>

Styling visited links - Script Codes CSS Codes

* { box-sizing: border-box;
}
body { background: #e6e6e6; text-align: center; font-family: 'Alegreya Sans', sans-serif;
}
.container { display: inline-block; padding: 20px 40px; margin: 20px; background: #fff; border-bottom: 1px solid #cecece; text-align: left;
}
li { margin-bottom: 20px; font-size: 40px; color: #cecece;
}
a { text-decoration: none; color: #2aa1c0; border-right: 60px solid #fff;
}
a:after { content: 'SEEN'; position: absolute; padding: 2px 5px; border-width: 15px 5px 15px 15px; border-style: solid; border-color: #fff; font-size: 15px; font-weight: 700; color: #fff;
}
a:hover { color: #0e647d;
}
a:visited,
a:visited:hover { color: #cecece; border-color: #cecece;
}
@media screen and (max-width: 600px) { .container { margin: 10px; padding: 10px; } li { font-size: 20px; } a { border-right-width: 53px; } a:after { border-width: 3px 3px 3px 10px; }
}
Styling visited links - Script Codes
Styling visited links - Script Codes
Home Page Home
Developer Kenan Yusuf
Username KenanYusuf
Uploaded December 06, 2022
Rating 3
Size 2,799 Kb
Views 8,096
Do you need developer help for Styling visited links?

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!

Kenan Yusuf (KenanYusuf) 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!