<body> <h1 style="text-align:center;">5x5 Maze</h1> <p style="text-align:center;">Start: green | Finish: gold</p> <div style="width:250px; margin:50px auto; font-size:0; line-height:0;"> <!-- Row 1: 2 0 1 0 1 --> <div style="width:50px;height:50px;background:green;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <!-- Row 2: 1 0 0 0 0 --> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <!-- Row 3: 1 0 1 1 0 --> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <!-- Row 4: 0 0 0 0 1 --> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <!-- Row 5: 1 0 1 0 3 --> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:black;display:inline-block;"></div> <div style="width:50px;height:50px;background:white;display:inline-block;"></div> <div style="width:50px;height:50px;background:gold;display:inline-block;"></div> </div> </body>
pretty much the same but im putting this in the scratch project as its as easy as a screenshot