Skip to content

Instantly share code, notes, and snippets.

@dexiouz
Created September 8, 2018 22:14
Show Gist options
  • Save dexiouz/cf60b5dc29496f3f06e73b31e7d2e1db to your computer and use it in GitHub Desktop.
Save dexiouz/cf60b5dc29496f3f06e73b31e7d2e1db to your computer and use it in GitHub Desktop.
index.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">
<link rel="stylesheet" href="./flexboxNetNinjaCourse.css">
<title>Flexbox Netninja course</title>
</head>
<body>
<div class="wrapper">
<div class="flex-container">
<div class="box one"></div>
<div class="box two"></div>
<div class="box three"></div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment