Milligram - Template

HTML
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Milligram - Template</title> <!-- Viewport --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Google Fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <!-- CSS Reset --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <!-- Milligram CSS minified --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.1.0/milligram.min.css"> </head> <body> </body> </html>
CSS
JAVASCRIPT
/* Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! Only 2kb gzipped! It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy! https://github.com/milligram/milligram https://milligram.github.io */
Expand for more options Login