Layout Preview

NOT MINE

Author: ⋆‧°𓏲ּ𝄒 β€§β‚Š β™ͺ˚⊹
Category: ******
Created: July 3, 2026
Downloads: 30
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

<style>
::selection {
/* Change highlight background color */
background: #38c738;
/* Change highlight text color */
color: 248024;
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

/* Light Blue Pointer - https://www.cursors-4u.com/cursor/light-blue-pointer-2 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/light-blue-pointer-fa6df4bf-32.webp') 41 38, auto !important;
}

body {
background-image: url(https://i4.glitter-graphics.org/pub/913/913734yhq6fph12t.jpg);
background-attachment: fixed;
background-repeat: repeat;
font-family: Chemre;
font-size: 1.25em;
color: black;
}
  {
  text-shadow: -1px 0 #fff, 0 1px #000, 1px 0 #000, 0 -1px #fff, 0 0;
  color: #33A633;
  padding: 0 1px 0 1px;
  }
main {
border: 1px dotted black;
border-radius: 15px;
}

nav .top {
border-radius: 15px 15px 0px 0px;
background: #267D26;
box-shadow: 0 0 8px 8px light green inset;
border: 1px dotted green;
margin-top: 5px; 
}

.links {
background: none !important;
}

a:hover {
color: #061406 !important; 
}
 
.profile-pic {
border-width:8px;
border-style:solid;
border-image: url(https://scripted.neocities.org/placeholder.jpg 8) fill round;         
height: 123px !important;      
}

main {
background-image: url(https://dl.glitter-graphics.com/pub/3022/3022189mby95khy16.gif);
background-size: 900px;
}

</style>