Helvetilist

Developer
Size
2,492 Kb
Views
14,168

How do I make an helvetilist?

Tutorial from Design Shack http://designshack.net/articles/css/5-simple-and-practical-css-list-styles-you-can-copy-and-paste/. What is a helvetilist? How do you make a helvetilist? This script and codes were developed by Yying6 on 13 December 2022, Tuesday.

Helvetilist Previews

Helvetilist - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Helvetilist</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ /* Lazy browser reset */
* { margin: 0; padding:0;
}
#main { width: 200px; margin: 20px auto;
}
/* typography */
h1 { font-family: helvetica, arial, sans-serif; font-szie: 30px; color: #000;
}
/* list styles */
ul { list-style: none; width:200px; margin: 0; padding: 0;
}
li { text-decoration: none; font: 24px helvetica, arial, sans-serif; border-bottom: 1px solid #999;
}
li:first-child { border-top: 1px solid #999;
}
li a { text-decoration:none; color: #999; display: block; width: 200px; height: 40px;	line-height: 40px; /* transitions and animations */ -webkit-transition: font-size 0.3s ease, background-color 1s ease; -moz-transition: font-size 0.3s ease, background-color 1s ease; -ms-transition: font-size 0.3s ease, background-color 1s ease; -o-transition: font-size 0.3s ease, background-color 1s ease; transition: font-size 0.3s ease, background-color 1s ease;
}
li a:hover { font: 26px helvetica, arial, sans-serif; line-height: 40px; text-decoration: none; color: #999; background: #e3e3e3;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <!-- Tutorial from Design Shack
https://designshack.net/articles/css/5-simple-and-practical-css-list-styles-you-can-copy-and-paste/ -->
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body> <div id="main"> <h1> HelvetiList </h1>	<ul> <li><a href="#">Zurich</a></li> <li><a href="#">Paris</a></li> <li><a href="#">Prague</a></li> <li><a href="#">Barcelona</a></li> <li><a href="#">Rome</a></li> </ul> </div>
</body>
</html>
</body>
</html>

Helvetilist - Script Codes CSS Codes

/* Lazy browser reset */
* { margin: 0; padding:0;
}
#main { width: 200px; margin: 20px auto;
}
/* typography */
h1 { font-family: helvetica, arial, sans-serif; font-szie: 30px; color: #000;
}
/* list styles */
ul { list-style: none; width:200px; margin: 0; padding: 0;
}
li { text-decoration: none; font: 24px helvetica, arial, sans-serif; border-bottom: 1px solid #999;
}
li:first-child { border-top: 1px solid #999;
}
li a { text-decoration:none; color: #999; display: block; width: 200px; height: 40px;	line-height: 40px; /* transitions and animations */ -webkit-transition: font-size 0.3s ease, background-color 1s ease; -moz-transition: font-size 0.3s ease, background-color 1s ease; -ms-transition: font-size 0.3s ease, background-color 1s ease; -o-transition: font-size 0.3s ease, background-color 1s ease; transition: font-size 0.3s ease, background-color 1s ease;
}
li a:hover { font: 26px helvetica, arial, sans-serif; line-height: 40px; text-decoration: none; color: #999; background: #e3e3e3;
} 
Helvetilist - Script Codes
Helvetilist - Script Codes
Home Page Home
Developer Yying6
Username yying6
Uploaded December 13, 2022
Rating 3
Size 2,492 Kb
Views 14,168
Do you need developer help for Helvetilist?

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!

Yying6 (yying6) Script Codes
Create amazing SEO content 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!