@font-face{ font-family: "font"; src: url("font.ttf") format("truetype"); } body { margin: 1em 1em 3em 1em; background-color: #eeebeb; font-family: "font", serif; font-size: 16px; line-height: 1.6; } .post { margin: 1.5em 2em; float: left; } .post p.key { float: left; margin: 0 1em; font-size: 10px; line-height: 1px; } .post p.message { float: left; max-width: 350px; margin: -0.6em 0; } img, iframe, audio, video { max-width: 350px; height: auto; clear: both; margin: 0.4em 0; }