Advertisement
Guest User

Untitled

a guest
May 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. @import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");
  2. .more-pens {
  3. position: fixed;
  4. left: 47.5%;
  5. top: 56.1%;
  6. z-index: 10;
  7. font-family: "Montserrat";
  8. font-size: 12px;
  9. }
  10.  
  11. a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  12. font-family: "Montserrat";
  13. font-size: 12px;
  14. text-decoration: none;
  15. opacity: 0.3;
  16. background: #212121;
  17. padding: 4px 8px;
  18. color: #f7f7f7;
  19. }
  20. a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  21. background: #edf3f8;
  22. color: #212121;
  23. }
  24.  
  25. body {
  26. margin: 0;
  27. padding: 0;
  28. overflow: hidden;
  29. width: 100%;
  30. height: 100%;
  31. background: #000000;
  32. }
  33.  
  34. .title {
  35. z-index: 10;
  36. position: absolute;
  37. left: 50%;
  38. top: 50%;
  39. transform: translateX(-50%) translateY(-50%);
  40. font-family: "Montserrat";
  41. text-align: center;
  42. width: 100%;
  43. }
  44. .title2 {
  45. z-index: 10;
  46. position: absolute;
  47. left: 50%;
  48. transform: translateX(-50%) translateY(-50%);
  49. font-family: "Montserrat";
  50. text-align: center;
  51. width: 100%;
  52. }
  53.  
  54. .title h1 {
  55. position: relative;
  56. color: #EEEEEE;
  57. font-weight: 600;
  58. font-size: 60px;
  59. padding: 0;
  60. margin: 0;
  61. line-height: 1;
  62. text-shadow: 0 0 20px #202020;
  63. }
  64. .title h1 span {
  65. font-weight: 600;
  66. padding: 0;
  67. margin: 0;
  68. color: #BBB;
  69. }
  70. .title h3 {
  71. font-weight: 200;
  72. font-size: 20px;
  73. padding: 0;
  74. margin: 0;
  75. line-height: 1;
  76. color: #EEEEEE;
  77. letter-spacing: 2px;
  78. text-shadow: 0 0 20px #000000;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement