<p>
Visit <a href="https://tacobell.com">Taco Bell</a> to learn more about foods with made-up names like "Nachos Bell Grande" and "Cheesy Gordita Crunch". 🌮
</p>
a::after {
content: ' → ' attr(href); /* show an arrow before the href */
}
/* everything below is for demo appearances and not important to the concept */
a {
color: inherit;
text-decoration: none;
border-bottom: 3px solid #fff3;
}
a:hover {
border-bottom-color: #fff9;
}
body {
display: grid;
place-items: center;
min-height: 100vh;
margin: 0;
color: #fff;
background-image: linear-gradient(#722182, #e7425f);
font: 500 1.5rem/1.75 'Inter', sans-serif;
}
p {
max-width: 700px;
margin: 0;
padding: 20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.