Skip to content

Instantly share code, notes, and snippets.

@mxdi9i7
Created December 7, 2017 19:48
Show Gist options
  • Save mxdi9i7/e19610ca7fda964372704fba57b239ad to your computer and use it in GitHub Desktop.
Save mxdi9i7/e19610ca7fda964372704fba57b239ad to your computer and use it in GitHub Desktop.
Flex Box HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="papa">
<img src="https://goo.gl/hQjRT9" alt="">
<img src="https://goo.gl/hQjRT9" alt="">
<img src="https://goo.gl/hQjRT9" alt="">
<img src="https://goo.gl/hQjRT9" alt="">
<img src="https://goo.gl/hQjRT9" alt="">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment