Little Fixes to all Pages

This commit is contained in:
zha19115
2023-06-05 19:26:23 +02:00
parent 1c089f1ac1
commit 8dd01d78ff
26 changed files with 302 additions and 75 deletions

View File

@ -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>

View File

@ -1,9 +1,9 @@

h4 {
h4 {
text-align: center;
margin-top: 45%;
}
form {
margin-bottom: 45%;
border-radius: 50px;
}

View File

@ -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>

View File

@ -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;
}