Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
html {
scrollbar-color: yellow blue;
}
html, body {
margin: 0;
padding: 0;
}
#inner {
width: 400px;
height: 400px;
}
</style>
<div id="inner"></div>