Created
March 5, 2020 02:06
-
-
Save matgargano/40ed755bfdd72d603ea097081935efd5 to your computer and use it in GitHub Desktop.
Margin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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