mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
Feddback changed button and text
This commit is contained in:
parent
4d8cccf718
commit
856695a164
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user