Feddback changed button and text

This commit is contained in:
zha19115 2023-05-16 16:41:30 +02:00
parent 4d8cccf718
commit 856695a164
2 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<body>
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
<label for="feedback">Ihr Feedback: </label>
<textarea class="form-control" rows="5" id="feedback" name="text"></textarea>
<h4 for="feedback">Ihr Feedback: </h4>
<textarea class="form-control" rows="10" id="feedback" name="text"></textarea>
<div class="button">
<br>

View File

@ -26,15 +26,12 @@ img {
}
#button1 {
background-color: #F9BE89;
background-color: #89F9A5;
padding-left: 25%;
padding-right: 25%;
display: inline-block;
border-radius: 50px;
}
h4 {
text-align: center;
}