Skip to content

Commit

Permalink
textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 14, 2024
1 parent a4755f2 commit cffae9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1> Team Details </h1>
<br>

<label for="teamnumber"> Team Number: </label>
<input type="text" id="teamnumber" name="teamnumber">
<input type="text" id="teamnumber" name="teamnumber" maxlength="4">

<br>

Expand All @@ -44,7 +44,8 @@ <h1> Team Details </h1>
<br>

<label for="moreinfo"> More Info: </label><br>
<input type="text" id="moreinfo" name="moreinfo">
<textarea id="moreinfo" name="moreinfo" rows="8" cols="50" placeholder="big fat textbox"></textarea>
<!-- <input type="text" id="moreinfo" name="moreinfo"> -->

</form>

Expand Down
6 changes: 6 additions & 0 deletions pages/teams.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

}

#moreinfo {
width: 80%;
margin-left: 50px;

}

nav {
display: flex;
justify-content: space-around;
Expand Down

0 comments on commit cffae9d

Please sign in to comment.