Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h1>BMI App</h1>
<label for=""> Feedback : </label>
<br>
<br>
<textarea name="feedback" id="feedback_id" cols="40" rows="10">
right now this is just the random text
<textarea name="feedback" id="feedback_id" cols="40" rows="10">right now this is just the random text
</textarea>
</div>
</div>
Expand Down
14 changes: 9 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ body{
}
#heading_div{
position: relative;
border:1px solid grey;
border-radius: 20px;
background-color: #EBEBEB;
padding: 5px 5px;
text-align: center;

}
#input_div
{
Expand Down Expand Up @@ -62,7 +60,13 @@ body{
margin-top: 10px;

}
#feedback_div > textarea{
border: 2px solid grey;


input,
textarea {
border: none;
padding: 0.3em;
}

textarea {
width: 100%;
}