Skip to content
Snippets Groups Projects
Commit c7ff88ca authored by astumpff2's avatar astumpff2
Browse files

Completed checkpoint 4

parent 401c9340
No related branches found
No related tags found
No related merge requests found
.panel { .panel {
width: 100px; width: 50%;
height: 50px; height: 5em;
} }
.create { .create {
width: 100px; width: 50%;
height: 50px; height: 5em;
font-weight: bold; font-weight: bold;
} }
.reset { .reset {
width: 100px; width: 50%;
height: 50px; height: 5em;
font-weight: bold; font-weight: bold;
} }
.play { .play {
width: 100px; width: 50%;
height: 50px; height: 5em;
font-weight: bold; font-weight: bold;
} }
.maze{ .maze{
display: flex; display: flex;
flex-flow: row, nowrap; flex-flow: row nowrap;
padding: 10px; padding: .5em;
align-content: center; align-content: center;
} }
.controlPanel{ .controlPanel{
display: flex; display: flex;
background-color: maroon; background-color: maroon;
padding: 10px; padding: 1em;
flex-flow: row, nowrap; flex-flow: row nowrap;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment