Improve the solution
This commit is contained in:
parent
bd71278bba
commit
b0da25cd29
@ -2,7 +2,7 @@ html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
* {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
@ -3,14 +3,13 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Pixel Art Maker</title>
|
||||
<link rel="stylesheet" type="text/css" href="app.css" />
|
||||
<script defer src="index.js"></script>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div id="canvas"></div>
|
||||
<div id="palette"></div>
|
||||
</main>
|
||||
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user