Guest User

Untitled

a guest
Apr 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. body{
  2. background-color: #F2FFFC;
  3. font-family: "Crimson Text", serif;
  4. font-size: 120%;
  5. line-height: 1.5;
  6. }
  7.  
  8. .titulo-principal{
  9. background-color: #851944;
  10. color: white;
  11. text-align: center;
  12. font-family: "Open Sans Condensed", sans-serif;
  13. padding: 25px;
  14. border-bottom: 10px solid black;
  15. font-size: 60px;
  16. text-transform: uppercase;
  17. }
  18.  
  19. aside h1{
  20. font-size: 30px;
  21. line-height: 25px;
  22. }
  23.  
  24. main div{
  25. width: 720px;
  26. padding: 30px 0;
  27. margin: auto;
  28. }
  29.  
  30. p{
  31. text-align: justify;
  32. margin: 20px 0;
  33. }
  34.  
  35. .h1-aside{
  36. text-transform: uppercase;
  37. }
  38.  
  39. .titulo-secundario{
  40. font-size: 30px;
  41. font-family: "Open Sans Condensed", sans-serif;
  42. }
  43.  
  44. .citação{
  45. background-color: #D3DDDA;
  46. padding: 20px;
  47. border: 10px solid #C2CCCA;
  48. margin: 20px 40px;
  49. width: 250px;
  50. box-sizing: border-box;
  51. }
  52.  
  53. .navegação-site {
  54. background-color: #3C1D3D;
  55. color: #F2FFFC;
  56. padding: 20px;
  57. text-align: center;
  58. font-family: "Open Sans Condensed" sans-serif;
  59. text-transform: uppercase;
  60. }
  61.  
  62. .icones_sociais li{
  63. display: inline-block;
  64. }
  65.  
  66. .icones_sociais a{
  67. width: 40px;
  68. height: 40px;
  69. display: inline-block;
  70. text-indent: -12312904px;
  71. }
  72.  
  73. .github{
  74. background-image: url(github.png);
  75. }
  76.  
  77. .twitter{
  78. background-image: url(twitter.png);
  79. }
  80.  
  81. .linkedin{
  82. background-image: url(linkedin.png)
  83. }
  84.  
  85. .icones_rodapé{
  86. margin: 0;
  87. }
  88.  
  89. #rodapé-pagina {
  90. background-color: #000;
  91. color: #F2FFFC;
  92. padding: 5px;
  93. }
  94.  
  95. nav a {
  96. color: #F2FFFC;
  97. text-transform: lowercase;
  98. }
  99.  
  100. main a {
  101. color: #851944;
  102. }
  103.  
  104. aside a {
  105. color: inherit;
  106. font-family: "Open Sans Condensed", sans-serif;
  107. }
  108.  
  109. strong{
  110. font-weight: bold;
  111. }
  112.  
  113. em{
  114. font-style: italic;
  115. }
  116.  
  117. .artigo-blog{
  118. padding:20px 0;
  119. border-bottom: 2px solid #ccc;
  120. margin-bottom: 20px;
  121. }
  122.  
  123. .leia-mais{
  124. font-size: 24px;
  125. padding: 8px;
  126. margin: 16px 0;
  127. text-align: center;
  128. display: block;
  129. background-color: #E6E7E8;
  130. }
Add Comment
Please, Sign In to add comment