apteryx.css 274 B

123456789101112131415
  1. #apteryx-box{
  2. margin: 0 auto;
  3. padding-bottom:8px;
  4. width:38em;
  5. min-height:105px;
  6. }
  7. div.random {
  8. margin-left:auto;
  9. margin-right:auto;
  10. margin-bottom:2em;
  11. width: 400px;
  12. height: 350px;
  13. background: url(../../include/randomimg.php) no-repeat center;
  14. }