Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
* {
scroll-snap-type: y mandatory;
scroll-snap-align: none end;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.documentElement.contentEditable = true
document.execCommand('insertHorizontalRule', false, null)
})
</script>
</head>
</html>