/* This hobby project is not about css
but javascript, so we are using minimal css.
*/
body {
margin-left:20px;
}
a {
display:block;
float:left;
margin-left:5px;
padding:3px;
}
a:first-child {
margin-left:-10px;
}
.flash-nav, .flash {
padding:10px;
width:400px;
}
.flash {
width:600px;
}
.flash img {
display:block;
margin:0 auto;
border:10px #c0c0c0 solid;
}
/* Clearfix
---------------------------------------------- */
.clearfix:after { /* All except IE */
content: ".";
display: block;
height: 0;
line-height: 0px;
clear: both;
visibility: hidden;
}
.clearfix { /* IE Mac */
display: inline-block;
}
|