Add semantic markupto solution :P

solution
Ryan Sobol 9 years ago committed by Brent Gardner
parent 98678f2d45
commit 976cd319cb
  1. 2
      app.css
  2. 4
      index.html

@ -21,7 +21,7 @@ h2 {
margin: 0; margin: 0;
} }
#container { main {
background: #e5e5e5; background: #e5e5e5;
border-radius: 3.5%; border-radius: 3.5%;
box-shadow: 0 0 20px #999; box-shadow: 0 0 20px #999;

@ -6,10 +6,10 @@
<link rel="stylesheet" type="text/css" href="app.css" /> <link rel="stylesheet" type="text/css" href="app.css" />
</head> </head>
<body> <body>
<div id="container"> <main>
<div id="canvas"></div> <div id="canvas"></div>
<div id="palette"></div> <div id="palette"></div>
</div> </main>
<script src="app.js"></script> <script src="app.js"></script>
</body> </body>

Loading…
Cancel
Save