Styling unvisited links

Developer
Size
2,816 Kb
Views
10,120

How do I make an styling unvisited links?

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

Styling unvisited links Previews

Styling unvisited links - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Styling unvisited 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="#link1">Click on me and watch new disappear</a></li> <li><a href="#link2">Pretty cool eh? Try again here</a></li> <li><a href="#link3">One last try</a></li> </ol>
</div>
</body>
</html>

Styling unvisited 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 #f44336;
}
a:after { content: 'NEW'; 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; border-color: #d32f2f;
}
a:visited,
a:visited:hover { color: #cecece; border-color: #fff;
}
@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 unvisited links - Script Codes
Styling unvisited links - Script Codes
Home Page Home
Developer Kenan Yusuf
Username KenanYusuf
Uploaded December 06, 2022
Rating 3.5
Size 2,816 Kb
Views 10,120
Do you need developer help for Styling unvisited 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 sales emails 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!