A place for all our bot adventures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
489 B

@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 {
max-width: 350px;
margin: 1.5em 1em;
float: left;
}
.post p.key {
margin: 2em 0 1em 5em;
font-size: 12px;
}
.post p.message {
float: left;
margin: 0;
}
img,
iframe,
audio,
video {
max-width: 100%;
height: auto;
clear: both;
margin: 0;
}
iframe{
height: 440px;
}