Advertisement
powys

claris crd menu w lace border

Jun 16th, 2021 (edited)
1,573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.gstatic.com">
  3. <link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
  4.  
  5. <style>
  6. .container {
  7. position: relative;
  8. width: 100%;
  9. }
  10.  
  11. .no {
  12.  
  13. position:fixed;
  14. bottom:0;
  15. margin-bottom:1px;
  16. left:0;
  17. margin-left:1px;
  18. z-index:99;
  19.  
  20. }
  21.  
  22. .image {
  23. display: block;
  24. border-width:7px;
  25. border-style:solid;
  26. border-image: url("https://media.discordapp.net/attachments/826854899013648384/839700444375810078/tumblr_inline_o98n9dbCl61u2r0ws_540_1_2.png") 8 fill round;
  27. width: 100%;
  28. height: auto;
  29. }
  30.  
  31. .overlay {
  32. position: absolute;
  33. bottom: 100%;
  34. left: 0;
  35. right: 0;
  36. overflow: hidden;
  37. width: 100%;
  38. height:0;
  39. transition: .5s ease;
  40. }
  41.  
  42. .container:hover .overlay {
  43. bottom: 84%;
  44. height: 16%;
  45. }
  46. div.scrollmenu {
  47. background-color: #fff;
  48. overflow: auto;
  49. white-space: nowrap;
  50. opacity:0.7;
  51. }
  52.  
  53. div.scrollmenu a {
  54. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  55. font-size:95%;
  56. font-family: 'Fredoka One', cursive;
  57. font-weight: normal;
  58. display: inline-block;
  59. color: white;
  60. text-align: left;
  61. padding: 11px;
  62. text-decoration: none;
  63. }
  64.  
  65. div.scrollmenu a:hover {
  66. background-color: #000;
  67. opacity:0.3;
  68.  
  69. }
  70. }
  71.  
  72. .text {
  73. color: white;
  74. font-size: 20px;
  75. position: absolute;
  76. top: 50%;
  77. left: 50%;
  78. -webkit-transform: translate(-50%, -50%);
  79. -ms-transform: translate(-50%, -50%);
  80. transform: translate(-50%, -50%);
  81. text-align: center;
  82. }
  83. </style>
  84. </head>
  85. <body>
  86.  
  87. <div class="container">
  88. <img src="https://i2.wp.com/dianaurban.com/wp-content/uploads/2017/07/01-cat-stretching-feet.gif?resize=500%2C399&ssl=1" alt="Avatar" class="image">
  89. <div class="overlay">
  90. <div class="scrollmenu">
  91. <a href="#home">link one</a>
  92. <a href="#i">link two</a>
  93. <a href="#ii">link three</a>
  94. <a href="#iii">link four</a>
  95.  
  96. </div>
  97.  
  98. </div>
  99.  
  100. </div>
  101. <a href="twitter.com/ciarispop"><img class=no src="https://cur.cursors-4u.net/cursor.png"></a>
  102. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement