A Better underline

Developer
Size
2,120 Kb
Views
52,624

How do I make an a better underline?

Underlines kind of suck. They're clunky, they don't display well, have no transitions, and can be the weakest part of a design.. What is a a better underline? How do you make a a better underline? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

A Better underline Previews

A Better underline - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Better underline</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href="http://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet" type="text/css">
<span>Hanging Decenders</span>
<!-- credit to Vesa Piittinen (@Merri) for the text-shadow improved rendering trick, see comments -->
</body>
</html>

A Better underline - Script Codes CSS Codes

body { height: 100%; width: 100%; padding: 100px 0; margin: 0; display: flex; justify-content: center; font-family: 'Libre Baskerville', serif; font-weight: 100;
}
span { font-size: 50px; /* shadows render better in certain browsers than text, first rule is for older browser support */ color: #333; color: transparent; text-shadow: 0 0 #333, .08em 0 0 #fff, 0 0, -.08em 0 0 #fff; /* gradient background allows us to use css only & re-position it */ background: -webkit-linear-gradient(#999, #999) center 1.09em no-repeat; background: linear-gradient(#999, #999) center 1.09em no-repeat; /* can precisely control size in relation to the text */ background-size: 85% 1px; /* now the underline supports transitions */ -webkit-transition: .2s ease; transition: .2s ease;
}
span:hover { /* backgrounds won't size larger than 100% */ background-size: 95% 1px;
}
A Better underline - Script Codes
A Better underline - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 4.5
Size 2,120 Kb
Views 52,624
Do you need developer help for A Better underline?

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!

Matt Gross (mattgrosswork) 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!