Sidebar work

This commit is contained in:
Jori Lallo
2017-06-15 20:39:08 -07:00
parent 42e54a3a54
commit aa0ddd94bf
21 changed files with 250 additions and 368 deletions

View File

@ -1,36 +1,19 @@
<!doctype html>
<html>
<head>
<title>Atlas</title>
<style>
body, html {
margin: 0;
padding: 0;
}
#root {
flex: 1;
height: 100%;
}
<head>
<title>Atlas</title>
<style>
body,
html {
display: flex;
margin: 0;
padding: 0;
}
</style>
</head>
.container {
display: flex;
flex;
}
<body>
</body>
.header {
display: flex;
flex: 1;
height: 42px;
border-bottom: 1px solid #eee;
}
</style>
</head>
<body style='display: flex; width: 100%; height: 100%;'>
<div id="root">
<div class="container">
<div class="header"></div>
</div>
</div>
</body>
</html>
</html>