Skip to content
Snippets Groups Projects

Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails

2 files
+ 27
28
Compare changes
  • Side-by-side
  • Inline
Files
2
body{
background: rgb(41, 41, 41);
color: wheat;
}
main {
background-color: rgb(206, 153, 253);
color: black;
border-color: white;
align-content: center;
text-align: center;
border-radius: 25px;
max-width: 620px;
margin: 0 auto
}
#formHeader{
padding-top: 10px;
color:white;
text-align: center;}
table, th,tr{
margin: 0 auto;
border: white 2px solid;
align-content: center;
text-align: center;
}
Loading