mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
* Adding a new blockish theme with a blue header and an adaptive design. * Printable PDF version still needs some work, but overall, this is a nice layout.
24 lines
301 B
CSS
24 lines
301 B
CSS
.clearfix {
|
|
zoom: 1;
|
|
&:after {
|
|
display: block;
|
|
visibility: hidden;
|
|
height: 0;
|
|
clear: both;
|
|
content: ".";
|
|
}
|
|
}
|
|
|
|
body {
|
|
color: #222;
|
|
margin: 1em;
|
|
}
|
|
|
|
#footer {
|
|
display: none;
|
|
}
|
|
#footer + p {
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
color: #444;
|
|
} |