Advertisement
Guest User

css

a guest
Jul 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. html{
  2. font-size: 1.2rem;
  3. overflow-x: hidden;
  4. }
  5. header{
  6. position: relative;
  7. }
  8. .siga{
  9. background-color: #3C1D3D;
  10. color: white;
  11. padding: 1em 3em;
  12. border: .3em solid black;
  13. box-sizing: border-box;
  14. width: 15em;
  15. height: 4rem;
  16. text-align: center;
  17. font-size: 1rem;
  18. font-family: "Open Sans Condensed", sans-serif;
  19. text-decoration: none;
  20. position: absolute;
  21. top:0;
  22. right:0;
  23. transform-origin: 0 0;
  24. transform: translate(7.2218254069479772315907120168467em, -2.8284271247461900976033774484194em) rotate(45deg);
  25.  
  26. }
  27.  
  28. header ul{
  29. position: absolute;
  30. top: 0;
  31. left: 0;
  32. width: 100%;
  33. height: 100%;
  34. perspective: 6px;
  35. }
  36. .palavra-home{
  37. position: absolute;
  38. font-family: 'Shadows Into Light', cursive;
  39. color: #D5447E;
  40. font-weight: bold;
  41.  
  42. }
  43.  
  44. .eficiencia{
  45. top:20%;
  46. left: 25%;
  47. transform: translate(-50%, -50%) rotate(-5deg) translateZ(4px);
  48. }
  49. .boas-praticas{
  50. top: 40%;
  51. left: 15%;
  52. transform: translate(-50%, -50%) rotate(-15deg) translateZ(1px);
  53. }
  54. .codigo-limpo{
  55. top: 75%;
  56. left: 30%;
  57. transform: translate(-50%, -50%) rotate(-5deg) translateZ(2px);
  58. }
  59. .css3{
  60. top: 20%;
  61. left: 15%;
  62. transform-origin: 0 0;
  63. transform: translate(-50%, -50%) rotate(-15deg) translateZ(1px);
  64. }
  65. .html5{
  66. top: 50%;
  67. left: 40%;
  68. transform: translate(-50%, -50%) rotate(15deg) translateZ(3px);
  69.  
  70. }
  71. .javascript{
  72. top: 85%;
  73. left: 15%;
  74. transform: translate(-50%, -50%) rotate(10deg) translateZ(1px);
  75. }
  76.  
  77. .acessibilidade{
  78. top: 30%;
  79. right: 30%;
  80. transform: translate(-50%, -50%) rotate(-20deg) translateZ(2px);
  81. }
  82.  
  83. .responsivo{
  84. top:30%;
  85. right: 20%;
  86. transform: translate(-50%, -50%) rotate(-5deg) translateZ(1px);
  87. }
  88.  
  89. .otimizacoes{
  90. top: 60%;
  91. right: 35%;
  92. transform: translate(-50%, -50%) rotate(15deg) translateZ(2px);
  93. }
  94.  
  95. .agilidade{
  96. top: 50%;
  97. left: 60%;
  98. transform: translate(-50%, -50%) rotate(-5deg) translateZ(4px);
  99. }
  100.  
  101. .design{
  102. top: 80%;
  103. right: 20%;
  104. transform: translate(-50%, -50%) rotate(10deg) translateZ(1px);
  105. }
  106.  
  107. .foto-home {
  108. height: 200px;
  109. -webkit-border-radius: 50%;
  110. }
  111. .saudacao p {
  112. margin: 4rem;
  113. color: #99A;
  114. line-height: 1;
  115. }
  116. .saudacao-inicio {
  117. font-size: 4rem;
  118. color: #889;
  119. }
  120. .saudacao-ultima-linha {
  121. text-align: right;
  122. display: block;
  123. }
  124. .saudacao strong {
  125. color: #000;
  126. font-size: 3rem;
  127. }
  128. .saudacao em {
  129. color: #851944;
  130. font-size: 5rem;
  131. display: inline-block;
  132. transform: rotate(-5deg) skew(-10deg);
  133. }
  134. .botao-index {
  135. background-color: #851944;
  136. color: #FFF;
  137. border: .2em solid black;
  138. width: 20rem;
  139. display: block;
  140. text-align: center;
  141. padding: .5rem 0;
  142. margin: 3rem auto;
  143. }
  144. .secao-inicio, footer{
  145. padding: 2.5rem 2rem;
  146. }
  147. .secao-inicio h2, footer h2 {
  148. text-transform: uppercase;
  149. font-size: 2.5rem;
  150. text-shadow: 0.1rem 0.1rem #333;
  151. }
  152. .trabalhos{
  153. background-color: #3C1D3D;
  154. border-top: .5rem solid #000;
  155. border-bottom: .5rem solid #000;
  156. }
  157. .trabalhos h2 {
  158. color: #FFF;
  159. }
  160. .trabalhos ul {
  161. box-sizing: border-box;
  162. margin: 0 auto;
  163. overflow: hidden;
  164. border: .5rem solid black;
  165. border-radius: 1rem;
  166. }
  167. .trabalhos li {
  168.  
  169. float: left;
  170. width: 33.333%;
  171. }
  172. .trabalhos img {
  173. width: 100%;
  174. display: block;
  175.  
  176. }
  177. .blog {
  178. background-color: #999;
  179. color: #FFF;
  180. border-bottom: 10px solid #851944;
  181. position: relative;
  182. }
  183.  
  184. .inicio-post{
  185. background-color: #F2FFFC;
  186. color: black;
  187. padding: 1rem;
  188. position: absolute;
  189. top: 4.5rem;
  190. right: 4rem;
  191. height: 7rem;
  192. width: 60%;
  193. border-radius: 1em;
  194.  
  195. }
  196. .mais-recente{
  197. background-color: #F2FFFC;
  198. width: 50%;
  199. padding: .5rem;
  200. border-radius: 1rem;
  201. }
  202.  
  203. .blog li{
  204. margin: 1.5rem 1rem;
  205. }
  206. .blog li a {
  207. color: #FCF;
  208. }
  209. footer {
  210. background-color: #000;
  211. color: #FFF;
  212. }
  213. footer a {
  214. color: #F99;
  215. }
  216. main {
  217. width: 100%;
  218. padding-bottom: 0;
  219. float: none;
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement