If you'd like to help spread the word about my little studio and games, here are my buttons!
Email me with the email in the footer if you use them on your site, and we can start a link trade!
.eetocontainer{
display:inline-block;
margin:3px;
}
.centerman {
text-align:right;
}
.codebox {
/* Below are styles for the codebox (not the code itself) */
border:1px solid black;
background-color:#EEEEFF;
width:300px;
overflow:auto;
padding:10px;
display:inline-block;
}
.codebox code {
/* Styles in here affect the text of the codebox */
font-size:0.9em;
/* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
}
.eetocontainer{
display:inline-block;
margin:3px;
}
.centerman {
text-align:left;
}
.codebox {
/* Below are styles for the codebox (not the code itself) */
border:1px solid black;
background-color:#EEEEFF;
width:300px;
overflow:auto;
padding:10px;
display:inline-block;
}
.codebox code {
/* Styles in here affect the text of the codebox */
font-size:0.9em;
/* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
}