Get started with nes.css CDN
MIT licensed
NES.css is a tiny CSS library that provides a pixel perfect, retro Famicom-style design for your modern web applications.
Tags:- css
- scss
- nes
- framework
Stable version
Copied!
How to start using nes.css CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/nes.css/2.3.0/css/nes.min.css">
<title>Get started with nes.css CDN - cdnhub.io</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Press Start 2P', cursive;
}
</style>
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!