Advertisement
powys

scrollbox crditem

Jun 19th, 2021
1,744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <head>
  2.  
  3. <link rel="preconnect" href="https://fonts.gstatic.com">
  4. <link href="https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap" rel="stylesheet">
  5.  
  6. <link rel="preconnect" href="https://fonts.gstatic.com">
  7. <link href="https://fonts.googleapis.com/css2?family=Mali:wght@500&display=swap" rel="stylesheet">
  8.  
  9. </head>
  10.  
  11. <style>
  12.  
  13. @font-face {
  14. font-family: lovely;
  15. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  16. }
  17.  
  18. #lovely {
  19. font-family: lovely;
  20. }
  21.  
  22. #cont {
  23. width: 100%;
  24. height: 210px;
  25. border: double 3px #EBB6B8;
  26. border-radius: 12px;
  27. padding: 10px;
  28. background: white;
  29.  
  30. }
  31.  
  32. #names {
  33. -webkit-text-stroke-width: 1px;
  34. -webkit-text-stroke-color: #EBB6B8;
  35. font-size: 45px;
  36. color: #FDEAE8;
  37. font-family: lovely;
  38. }
  39.  
  40. #nomral {
  41.  
  42. font-size: 83%;
  43. font-family: Times;
  44. font-weight:bold;
  45.  
  46. font-family: 'Mali', cursive;
  47. color:white;
  48. font-style:normal;
  49. }
  50.  
  51. a:hover {color: #3a3a3a; webkit-filter: blur(1px);
  52. filter: blur(1px);}
  53. a { color: #EBB6B8; text-decoration: none;
  54.  
  55. }
  56.  
  57. .mew {
  58. width:100%;
  59. height:auto;
  60. }
  61.  
  62. </style>
  63.  
  64. <body>
  65. <div id="cont">
  66.  
  67. <div id="names">crd<p></p>item</div>
  68.  
  69. <img class=mew src="https://64.media.tumblr.com/tumblr_loskpm1AEO1qln3n1.gif">
  70. <br></br>
  71. <div id="nomral">
  72. <a href="#i">commissions</a>
  73. <p></p>
  74. <a href="#ii">portfolio</a>
  75. <p></p>
  76. <a href="#iii">about</a>
  77. <p></p>
  78. </div>
  79.  
  80. </div>
  81. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement