mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 22:37:17 +01:00
Feddback changed button and text
This commit is contained in:
parent
4d8cccf718
commit
856695a164
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
||||||
<label for="feedback">Ihr Feedback: </label>
|
<h4 for="feedback">Ihr Feedback: </h4>
|
||||||
<textarea class="form-control" rows="5" id="feedback" name="text"></textarea>
|
<textarea class="form-control" rows="10" id="feedback" name="text"></textarea>
|
||||||
|
|
||||||
<div class="button">
|
<div class="button">
|
||||||
<br>
|
<br>
|
||||||
|
@ -26,15 +26,12 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#button1 {
|
#button1 {
|
||||||
background-color: #F9BE89;
|
background-color: #89F9A5;
|
||||||
padding-left: 25%;
|
padding-left: 25%;
|
||||||
padding-right: 25%;
|
padding-right: 25%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
h4 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user