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 {
width: 100px;
height: 50px;
width: 50%;
height: 5em;
}
.create {
width: 100px;
height: 50px;
width: 50%;
height: 5em;
font-weight: bold;
}
.reset {
width: 100px;
height: 50px;
width: 50%;
height: 5em;
font-weight: bold;
}
.play {
width: 100px;
height: 50px;
width: 50%;
height: 5em;
font-weight: bold;
}
.maze{
display: flex;
flex-flow: row, nowrap;
padding: 10px;
flex-flow: row nowrap;
padding: .5em;
align-content: center;
}
.controlPanel{
display: flex;
background-color: maroon;
padding: 10px;
flex-flow: row, nowrap;
padding: 1em;
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