The μ framework is just 1 kb.
Inspired by the motherfuckingwebsite.com, using μ css framework is simple as fuck.
As the motherfuckingwebsite, μ css framework:
No more explanations needed, try it out and if required check the source code of this page.
Paragraph lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Celestial body | Angular diameter | Relative size |
---|---|---|
Sun | 31′31″ – 32′33″ | 30–31 times the maximum value for Venus |
Moon | 29′20″ – 34′6″ | 28–32.5 times the maximum value for Venus |
Helix Nebula | about 16′ by 28′ | - |
print("Hello world")
import "earth" void main() { print("Hello world") }
<div class="row"> <div class="c g2">First column</div> <div class="c g2">Second column</div> </div>
The possibilities are endless...
Everything is really easy to customize, here some examples:
button.primary { color: #fff; background: #19e; } button.large { font-size: 18px; padding: 15px 32px; } button.round { border-radius: 6px; } button.outline { text-transform: uppercase; background: transparent; border: 2px solid #444; }
Celestial body | Angular diameter |
---|---|
Sun | 31′31″ – 32′33″ |
Moon | 29′20″ – 34′6″ |
Helix Nebula | about 16′ by 28′ |
Celestial body | Angular diameter |
---|---|
Sun | 31′31″ – 32′33″ |
Moon | 29′20″ – 34′6″ |
Helix Nebula | about 16′ by 28′ |
table.zebra tbody tr:nth-child(2n+1) { background-color: #f3f3f3; } table.bordered, table.bordered th, table.bordered td { border: 1px solid #ddd; }