Minimal design based on black and white.
Mono.css is a minimal CSS framework (2kB).
A simple monochrome design can be applied and only a minimum style is prepared so that users can freely expand.
Just load CSS 👌
<link rel="stylesheet" href="https://unpkg.com/mono.css@latest/dist/mono.min.css">
Just copy and edit HTML.
example:
<header class="header">
<div class="inner">
<div class="header-logo">M0N0</div>
<p>mono.css is Minimal design based on <span class="marker">black</span> and white.</p>
</div>
</header>
Click here for details.
https://kokushin.github.io/mono.css/
https://github.com/kokushin/mono.css
Code and documentation copyright 2017 by kokushin. Code released under the MIT License.