Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

62 Zeilen
575 B

  1. /* IE9 Resets and Normalization */
  2. article,
  3. aside,
  4. details,
  5. figcaption,
  6. figure,
  7. footer,
  8. header,
  9. hgroup,
  10. main,
  11. nav,
  12. section,
  13. summary {
  14. display: block;
  15. }
  16. audio,
  17. canvas,
  18. progress,
  19. video {
  20. display: inline-block;
  21. }
  22. [hidden],
  23. template {
  24. display: none;
  25. }
  26. abbr[title] {
  27. border-bottom: 1px dotted;
  28. }
  29. img {
  30. border: 0;
  31. }
  32. svg:not(:root) {
  33. overflow: hidden;
  34. }
  35. figure {
  36. margin: 1em 40px;
  37. }
  38. button {
  39. overflow: visible;
  40. }
  41. input[type="checkbox"],
  42. input[type="radio"] {
  43. box-sizing: border-box;
  44. padding: 0;
  45. }
  46. legend {
  47. border: 0;
  48. padding: 0;
  49. }
  50. textarea {
  51. overflow: auto;
  52. }