自己胡乱弄得横向blog的CSS,太难看了 ||||||,所以决定不用了。

#main{
  width:5800px;
  height:500px;
  clear:both;
  background-color:#FFFFCC;
  overflow:scroll;
}
html{
    background-color:#CCFFFF;
}
#sideBar,#header,#navList,.topicListFooter{
  display:none;
}
.day{
    background-color:#FFCCCC;
        margin-bottom:5px;
        float:left;
        width:800px;
        margin:10px;
}
#postTitle2{
    
        width:100px;
}
a{
    text-decoration:none;
        color:red;
}
原文地址:https://www.cnblogs.com/Akishimo/p/2854942.html