Winter's Website
somewhere with a book and a cup of coffee
Check out Neocities!
Yarn
:root {
--lavender: #bb81ea;
Winter's Website
body {
background-image: url("image.jpg");
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}