angie
Version:
Angie: A Module-Based NodeJS Web Application Framework in ES6
38 lines (31 loc) • 477 B
text/less
// main: index.less
@font-face
{
font-family: 'Nilland';
src: url(../fonts/nilland/Nilland.ttf);
}
@c0: teal;
@c1: #444;
@f0: 'Nilland', sans-serif;
@f1: 'Source Sans Pro', sans-serif;
@f2: sans-serif;
* {
margin:0;
padding:0;
border:0;
outline:0;
box-sizing:border-box;
}
html, body {
width:100%;
height:100%;
font-size:100%;
}
html {
border-top:5px solid @c0;
}
body {
margin:0 auto;
padding:25px;
width:800px;
}