The crux.sexy website
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

116 linhas
1.8 KiB

  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font: inherit;
  19. vertical-align: baseline;
  20. }
  21. /* HTML5 display-role reset for older browsers */
  22. article, aside, details, figcaption, figure,
  23. footer, header, hgroup, menu, nav, section {
  24. display: block;
  25. }
  26. body {
  27. line-height: 1;
  28. }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. blockquote, q {
  33. quotes: none;
  34. }
  35. blockquote:before, blockquote:after,
  36. q:before, q:after {
  37. content: '';
  38. content: none;
  39. }
  40. table {
  41. border-collapse: collapse;
  42. border-spacing: 0;
  43. }
  44. body, html {
  45. height: 100%;
  46. width: 100%;
  47. }
  48. body {
  49. display: flex;
  50. justify-content: center;
  51. text-align: center;
  52. flex-direction: column;
  53. font-family: sans-serif;
  54. background-color: #100d1e;
  55. }
  56. .box {
  57. margin: 5vw;
  58. flex-wrap: center;
  59. }
  60. .heading {
  61. font-size: 100px;
  62. color: #7991cd;
  63. }
  64. .body {
  65. font-size: 40px;
  66. color: #7991cd;
  67. }
  68. .footer {
  69. position: sticky;
  70. top: 95%;
  71. color: #58678e;
  72. }
  73. a {
  74. font-size: 40px;
  75. color: #b6acd8;
  76. }
  77. a:hover {
  78. color: #726899;
  79. }
  80. .goodyeet {
  81. color: #7991cd;
  82. background-color: #344b85;
  83. border-width: 3px;
  84. }
  85. .badyeet {
  86. color: #cd7984;
  87. background-color: #752020;
  88. border-width: 3px;
  89. }
  90. @media (min-aspect-ratio: 1/1) {
  91. .button {
  92. width: 15vw;
  93. height: 8vw;
  94. font-size: 3vw;
  95. }
  96. }
  97. @media (max-aspect-ratio: 1/1) {
  98. .button {
  99. width: 50vw;
  100. height: 20vw;
  101. font-size: 10vw;
  102. }
  103. }