Whatever you are making, Fresh gives you the perfect boilerplate styles while also giving you great production-value looks.
All while still maintaning beautiful, easy to read code.
Just link to the CDN in your code:
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/HazelBall/Fresh/fresh.min.css">
<script src="https://cdn.jsdelivr.net/gh/HazelBall/Fresh/fresh.min.js"></script>
Fresh uses CSS variables to create a seamless transition between themes and colors, just change the color in the head tag and you're set!
Fresh is robust, but lightweight. Only 22kb Minified. With the JSDelivr CDN, get quick styling and minified files.
Whatever you are making, Fresh gives you the perfect boilerplate styles while also giving you great production-value looks.
All while still maintaning beautiful, easy to read code.
<div class = "card rounded">
<div class = "header">
Insert Title Here
</div>
<div class = "content">
Insert Content Here
</div>
</div>
Lato is a font that displays nicely in both titles and paragraphs. Fresh uses Google Fonts to distribute the font, so you don't have to worry about fonts. However, you can override this font with your own fonts if you want.
Utility classes such as .text-weight-700 and .text-center can be used to customize the text for elements and within elements.
<style>
:root {
--color-accent: #feac24;
--text-accent: white;
--color-primary: #202020;
--text-primary: white;
}
</style>
Fresh uses CSS variables, the simplest way to customize stylesheets from web pages. All colors, and some styling, can be customized with Fresh to give you the best possible website theme.
Fresh features a primary color, used for backgrounds, as well as accent and secondary colors to enhance your website and give it that amazing look it needs.