Get started with milligram CDN
MIT licensed
Milligram is a minimal and easy-to-use CSS framework for modern web projects in JS.
Tags:- boilerplate
- bootstrap
- css
- css3
- design
- front-end
- framework
- html
- html5
- kickstart
- less
- milligram
- responsive
- mobile
- mobile-first
- sass
- stylus
- style
- stylesheet
Stable version
Copied!
How to start using milligram CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/milligram/1.4.1/milligram.min.css">
<title>Get started with milligram CDN - cdnhub.io</title>
</head>
<body>
<div class="container">
<h1 class="text-center">Welcome to Milligram!</h1>
<p class="text-center">This is a simple example using Milligram CSS framework.</p>
<button class="button button-primary">Click me!</button>
</div>
</body>
</html>
Copied!
Copied!
Copied!
Copied!