Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. @font-family{
  2. font-family: impact;
  3. src: url(impact.ttf);
  4. }
  5.  
  6. @font-family{
  7. font-family: kanit;
  8. src: url(kanit.otf);
  9. }
  10.  
  11. @font-family{
  12. font-family: java;
  13. src: url(java.ttf);
  14. }
  15.  
  16. body{
  17. background-color: #010204;
  18. background-image: url(img/bg.png);
  19. background-repeat: no-repeat;
  20. background-size: 1920px 1080px;
  21. }
  22.  
  23. .container{
  24. margin-left: 1763px;
  25. margin-top: 40px;
  26. }
  27.  
  28. .logo img{
  29. width: 100px;
  30. height: auto;
  31. margin-left: 200px;
  32. margin-top: -60px;
  33. }
  34.  
  35. .head{
  36. color: white;
  37. font-family: impact;
  38. font-size: 90px;
  39. margin-left: 211px;
  40. margin-top: 158px;
  41. }
  42.  
  43. .hometext{
  44. color: white;
  45. font-family: impact;
  46. font-size: 65px;
  47. margin-left: 211px;
  48. margin-top: 28px;
  49. }
  50.  
  51. .pes{
  52. color: white;
  53. margin-top: 520px;
  54. }
  55.  
  56. .scroll{
  57. font-family: kanit;
  58. color: white;
  59. font-weight: 200;
  60. font-size: 30px;
  61. margin-left: 960px;
  62. margin-top: 220px;
  63. }
  64.  
  65. .Portfolio{
  66. font-family: java;
  67. color: white;
  68. margin-top: 449px;
  69. margin-left: 211px;
  70. font-size: 110px;
  71. }
  72.  
  73. .PortBot{
  74. font-family: java;
  75. color: white;
  76. margin-top: 45px;
  77. margin-left: 211px;
  78. font-size: 58px;
  79. letter-spacing: 5px;
  80. }
  81.  
  82. .port img {
  83. width: 500px;
  84. height: auto;
  85. margin-top: -385px;
  86. margin-left: 1350px;
  87. }
  88.  
  89. .HIW{
  90. font-family: kanit;
  91. font-size: 110px;
  92. margin-left: 1166px;
  93. margin-top: 350px;
  94. color: white;
  95. }
  96.  
  97. .how{
  98. font-family: kanit;
  99. font-size: 50px;
  100. margin-left: 767px;
  101. margin-top: -10px;
  102. color: white;
  103. }
  104.  
  105. .learn img{
  106. margin-top: -400px;
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement