mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 09:33:18 +02:00
Little Fixes to all Pages
This commit is contained in:
@ -2,10 +2,11 @@
|
||||
|
||||
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
||||
<h4>Vielen Dank für Ihr Feedback. Durch Feedbacks können wir uns stets verbessern.<br></h4>
|
||||
|
||||
<center>
|
||||
<form id="button1" action="Startseite">
|
||||
<input type="submit" value="Zur Startseite" class="btn">
|
||||
</form>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
h4 {
|
||||
h4 {
|
||||
text-align: center;
|
||||
margin-top: 45%;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-bottom: 45%;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
@ -2,16 +2,17 @@
|
||||
|
||||
<body>
|
||||
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
||||
<h4 for="feedback">Ihr Feedback: </h4>
|
||||
<textarea class="form-control" rows="10" id="feedback" name="text"></textarea>
|
||||
|
||||
<div class="button">
|
||||
<h4 for="feedback">Ihr Feedback: </h4>
|
||||
<center>
|
||||
<textarea class="form-control" rows="10" cols="15" id="feedback" name="text"></textarea>
|
||||
|
||||
|
||||
<br>
|
||||
<form id="button1" action="FBestätigung">
|
||||
<input type="submit" value="Absenden" class="btn">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</center>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
@ -1,7 +1,7 @@
|
||||
body, html {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
@ -19,18 +19,14 @@ img {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding-left: 25%;
|
||||
padding-right: 25%;
|
||||
text-align: center;
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#button1 {
|
||||
background-color: #89F9A5;
|
||||
padding-left: 25%;
|
||||
padding-right: 25%;
|
||||
display: inline-block;
|
||||
border-radius: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user