パニック速報

The next stage is paradise…

suwako

例の奴やってみたけどフッターが消えただけじゃねーか
糞だわ

@media screen and(min-width:0px){
  	#footer {
  		position: absolute;
  		bottom:0;
  		width:100%;
  		background-color: rgba(105,105,105,0.5);
  		height:100px;
  		clear: both;
  	}
  }
  @media screen and(min-width:800px){
    #footer {
      position: absolute;
      bottom:0;
      width:100%;
      background-color: rgba(105,105,105,0.5);
      height:200px;
      clear: both;
    }