13 lines
132 B
Stylus
13 lines
132 B
Stylus
|
html, body {
|
||
|
font-family: "Open Sans", sans-serif;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.left {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.right {
|
||
|
float: right;
|
||
|
}
|