Skip to content

Instantly share code, notes, and snippets.

@DougBeney
DougBeney / Very Simple Snap Scrolling CSS Example.html
Created June 17, 2020 02:11
Very Simple Snap Scrolling CSS Example
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Snap Scrolling</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style>
html, body { margin: 0; }