Bootstrap

  1. /*!
  2.  * Bootstrap v3.0.0
  3.  *
  4.  * Copyright 2013 Twitter, Inc
  5.  * Licensed under the Apache License v2.0
  6.  * http://www.apache.org/licenses/LICENSE-2.0
  7.  *
  8.  * Designed and built with all the love in the world by @mdo and @fat.
  9.  */
  10.  
  11. /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
  12.  
  13. article,
  14. aside,
  15. details,
  16. figcaption,
  17. figure,
  18. footer,
  19. header,
  20. hgroup,
  21. main,
  22. nav,
  23. section,
  24. summary {
  25. display: block;
  26. }
  27.  
  28. audio,
  29. canvas,
  30. video {
  31. display: inline-block;
  32. }
  33.  
  34. audio:not([controls]) {
  35. display: none;
  36. height: 0;
  37. }
  38.  
  39. [hidden] {
  40. display: none;
  41. }
  42.  
  43. html {
  44. font-family: sans-serif;
  45. -webkit-text-size-adjust: 100%;
  46. -ms-text-size-adjust: 100%;
  47. }
  48.  
  49. body {
  50. margin: 0;
  51. }
  52.  
  53. a:focus {
  54. outline: thin dotted;
  55. }
  56.  
  57. a:active,
  58. a:hover {
  59. outline: 0;
  60. }
  61.  
  62. h1 {
  63. margin: 0.67em 0;
  64. font-size: 2em;
  65. }
  66.  
  67. abbr[title] {
  68. border-bottom: 1px dotted;
  69. }
Programming language: 
CSS