mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
14 lines
182 B
CSS
14 lines
182 B
CSS
|
.clearfix {
|
||
|
zoom: 1;
|
||
|
&:after {
|
||
|
display: block;
|
||
|
visibility: hidden;
|
||
|
height: 0;
|
||
|
clear: both;
|
||
|
content: ".";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
color: #222;
|
||
|
}
|