Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created March 5, 2020 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matgargano/40ed755bfdd72d603ea097081935efd5 to your computer and use it in GitHub Desktop.
Save matgargano/40ed755bfdd72d603ea097081935efd5 to your computer and use it in GitHub Desktop.
Margin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PADDING!</title>
<link href="/margin.css" rel="stylesheet">
</head>
<body>
<div class="example-1">
Example 1
</div>
<div class="example-2">
Example 2
</div>
<div class="example-3">
Example 3
</div>
<div class="example-4">
Example 4
</div>
<div class="example-5">
Example 5
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment