Welcome to KadenHater.hub, the coolest place on the web!!
Here, you can find: pngs, gifs, stamps, blinkes, background, devidors, pixles, and pfp masks!!Go Here to learn about me!!.
.site
{
// change file name + little site icon
// add cover picture when site link is sent/posted
lindley's site~
// disable copy and paste
// change highlight color
::selection {
/* Change highlight background color */
background: #f7abcf;
/* Change highlight text color */
color: #FFFFFF;
}
// body code i use for most sites
body {
background-image: url('https://www.pinterest.com/pin/1970393578742748/');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}
// hidden scrollbar
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}
// links
a {text-decoration: none; color: black; }
}