This commit is contained in:
Jacob Levine 2019-03-07 21:25:32 -06:00
parent 2a449eba1a
commit 9baa4450b0
2 changed files with 6 additions and 2 deletions

View File

@ -31,10 +31,11 @@
<h2>Submit a Report:</h2>
<div>
Match Number: <input type="text" name="" value="" id="mn">
Number of Team Scouted: <input type="text" name="" value="" id="tsn">
The Team You're Scouting's Number: <input type="text" name="" value="" id="tsn">
</div>
<h3>Sandstorm:</h3>
<h3>Tele-Op:</h3>
<h3>Endgame:</h3>
</div>
</body>
</html>

View File

@ -16,6 +16,9 @@ input,#newDN, #newEM{
border-radius: 5px;
font-family: 'Roboto', sans-serif;
}
#mn, #tsn{
width:50px;
}
#newDN,#newEM{
padding-left: 3px;
padding-right: 3px;