Advertisement
clarisue

claris ju mp menu

Nov 26th, 2021 (edited)
973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. <!--please cr me @catkanade instagram!!!-->
  2.  
  3. <style>
  4. @font-face {
  5. font-family: sant joan;
  6. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  7. }
  8. @font-face {
  9. font-family: kitten;
  10. src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
  11. }
  12. #contain {
  13. display: block;
  14. border-width:7px;
  15. border-style:solid;
  16. border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
  17. position: relative;
  18. z-index: 98;
  19. overflow: hidden;
  20. height: 16em;
  21. width: 100%;
  22. }
  23. .selfie {
  24. object-fit: fill;
  25. position: relative;
  26. right: 0;
  27. display: inline;
  28. z-index: 99;
  29. height: 100%;
  30. transition: 1s ease;
  31. width: 100%;
  32. }
  33. #contain:hover .selfie {
  34. transition: 1s ease;
  35. width: 95%;
  36. right: 9em;
  37. }
  38. .roman {
  39. font-family: kitten;
  40. color: white;
  41. font-size: 2.5em;
  42. font-weight: bold;
  43. text-shadow: -1px 0 #f7b9d5, 0 1px #f7b9d5, 1px 0 #f7b9d5, 0 -1px #f7b9d5, 0 0;
  44. position: absolute;
  45. top: .50em;
  46. right: .1em;
  47. float: left;
  48. z-index: 98;
  49. display: inline-block;
  50. }
  51. .aes {
  52. height: auto;
  53. width: 125px;
  54. }
  55. .numbered {
  56. position: absolute;
  57. top: 41%;
  58. right: 1em;
  59. text-align: center;
  60. float: left;
  61. color: white;
  62. font-weight: bold;
  63. text-shadow: -1px 0 #f7b9d5, 0 1px #f7b9d5, 1px 0 #f7b9d5, 0 -1px #f7b9d5, 0 0;
  64. font-family: sant joan;
  65. font-size: 2.75em;
  66. }
  67. .numbered a {
  68. color: white;
  69. transition: .5s ease;
  70. text-decoration: none !important;
  71. }
  72. .numbered a:hover {
  73. filter: blur(1px);
  74. color: #FAE6F0;
  75. transition: .5s ease;
  76. }
  77. </style>
  78. <div id="contain"><img src="https://dl.dropbox.com/s/rnjo153iu75n3qg/Photo%20Nov%2026%2C%209%2006%2048%20AM.jpg" class="selfie"><div class="roman">Name!<br><img src="https://dl.dropbox.com/s/8ggrbsf7kpi7bda/Photo%20Nov%2026%2C%209%2046%2031%20AM.gif" class="aes"></div><div class="numbered"> <a href="#one">01</a> <br> <a href="#two">02</a> <br> <a href="#three">03</a> </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement