Advertisement
hanimjay

Template notes

Jan 3rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. [dohtml]
  2. <link href="https://fonts.googleapis.com/css?family=Lato|Montseratt:800" rel="stylesheet">
  3. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  4.  
  5. <style>
  6. #hanie-desc{
  7. width: 250px;
  8. height: 200px;
  9. background: #222;
  10. position: relative;
  11. margin: 0px auto;
  12. overflow: hidden;
  13. border-left: 7px solid #eee;
  14. border-top: 7px solid #eee;
  15. outline: 1px solid #000;
  16. }
  17.  
  18. #hanie-desc .base{
  19. top: 0px;
  20. width: 250px;
  21. height: 200px;
  22. background: #fff;
  23. }
  24.  
  25. #hanie-desc .title{
  26. font-family: 'Montseratt', sans-serif;
  27. font-size: 18px;
  28. font-weight: 800;
  29. position: relative;
  30. position: absolute;
  31. top: 18px;
  32. left: 4px;
  33. width: 250px;
  34. background: transparent;
  35. color: #000;
  36. letter-spacing: 4px;
  37. line-height: 30px;
  38. }
  39.  
  40. #hanie-desc t1{
  41. text-transform: uppercase;
  42. color: #000;
  43. border-bottom: 3px solid #000;
  44. }
  45.  
  46. #hanie-desc .textbox{
  47. position: absolute;
  48. top: 63px;
  49. left: 30px;
  50. font-family: 'Times';
  51. font-size: 11px;
  52. font-weight: 500;
  53. width: 153px;
  54. height: 70px;
  55. background: #eee;
  56. color: #000;
  57. letter-spacing: 0.5px;
  58. text-align: justify;
  59. padding: 20px;
  60. line-height: 14px;
  61. border-bottom: 1.5px solid #000;
  62. }
  63.  
  64. </style>
  65.  
  66. <center>
  67. <div id="hanie-desc">
  68.  
  69. <div class='base'>
  70. <div class="title">
  71. <t1>n</t1>OTES
  72. </div>
  73.  
  74. <div class="textbox">
  75.  
  76. feel free to use the template!
  77. don't hesitate to ask me if you got any questions
  78. and <i>minor changes are allowed</i>
  79. as long as you leave the credit as it is .<br>
  80. </div>
  81.  
  82. </div>
  83.  
  84. </div>
  85. </center>
  86. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement