Wired Link Mixin

Developer
Size
2,718 Kb
Views
16,192

How do I make an wired link mixin?

A Sass mixin for a link animation that is used on Wired. https://www.wired.com/. What is a wired link mixin? How do you make a wired link mixin? This script and codes were developed by Thomas Vaeth on 24 September 2022, Saturday.

Wired Link Mixin Previews

Wired Link Mixin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Wired Link Mixin</title> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Lora'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div> <p>Live-edge wayfarers you probably haven't heard of them deep v, vegan banh mi street art synth fap selvage hell of poke <a href="#">cold-pressed</a>. Etsy hoodie gentrify pabst. XOXO live-edge aesthetic, butcher affogato plaid poke. Yuccie <a href="#">humblebrag</a> direct trade, marfa ramps offal actually. <a href="#">Raw denim</a> blue bottle meh gochujang banjo kogi cold-pressed. Cred master cleanse irony bushwick. Raclette enamel pin gentrify air plant marfa shabby chic.</p>
</div>
</body>
</html>

Wired Link Mixin - Script Codes CSS Codes

body { margin: 0; padding: 0;
}
* { box-sizing: border-box;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100vh; width: 100%; font-family: 'Lora', serif; -webkit-font-smoothing: antialiased; font-size: 1.25em; line-height: 1.6; color: #000; background-color: #fff;
}
div { width: 90%;
}
@media (min-width: 48em) { div { width: 50%; }
}
a { text-decoration: none; color: #000; border-bottom: 3px solid #b4e7f8; box-shadow: inset 0 -4px 0 #b4e7f8; cursor: pointer; -webkit-transition: background-color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1); transition: background-color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
a:hover, a:focus { background-color: #b4e7f8;
}
Wired Link Mixin - Script Codes
Wired Link Mixin - Script Codes
Home Page Home
Developer Thomas Vaeth
Username thomasvaeth
Uploaded September 24, 2022
Rating 4.5
Size 2,718 Kb
Views 16,192
Do you need developer help for Wired Link Mixin?

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!

Thomas Vaeth (thomasvaeth) Script Codes
Create amazing art & images 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!