Skip to content

Instantly share code, notes, and snippets.

@gabrielloliveira
Created December 9, 2017 23:57
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 gabrielloliveira/0c6913039b59b9ddfcc318b63bfcfc92 to your computer and use it in GitHub Desktop.
Save gabrielloliveira/0c6913039b59b9ddfcc318b63bfcfc92 to your computer and use it in GitHub Desktop.
Aprenda Grid - Parte 1 - Oh My Code
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Grid Layout - Parte 1</title>
</head>
<body>
<div class="grid">
<div class="grid-item">1</div>
<div class="grid-item">2</div>
<div class="grid-item">3</div>
<div class="grid-item">4</div>
<div class="grid-item">5</div>
<div class="grid-item">6</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment