Skip to main content
Module

x/maze_generator/widget-styles.css

A work-in-progress Javascript maze generator module, compatible with both Deno and Node. 🌽
Go to Latest
File
.maze-widget{ display: inline-block; text-align: center;}
.maze-widget-image { width: 20px;}
.maze-widget-button{ padding: 0px; margin: 0px 5px 0px 5px; background-color: inherit; border: none; cursor: pointer; text-transform: capitalize;}
.maze-widget-button:disabled{ opacity: 0.4; cursor: default;}