develop.css 273 B

1234567891011121314151617181920212223
  1. p {
  2. line-height: 25px
  3. }
  4. iframe {
  5. width: 600px;
  6. height: 300px;
  7. border: 1px solid #ccc;
  8. }
  9. .viewSource {
  10. font-size: 10px;
  11. float: right;
  12. }
  13. #APIChange {
  14. position: relative;
  15. margin-top: 60px;
  16. }
  17. .icl-footer{
  18. position: fixed;
  19. bottom: 0;
  20. }