59 lines
1.7 KiB
HTML
59 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<style>
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
div.ex1 {
|
|
background-color: lightblue;
|
|
width:auto;
|
|
height: 310px;
|
|
overflow: scroll;
|
|
margin: 8px;
|
|
}
|
|
.button1 {
|
|
background-color: rgb(107, 110, 107);
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 8px;
|
|
border: none;
|
|
cursor: pointer;
|
|
width: auto;
|
|
}
|
|
button {
|
|
background-color: rgb(107, 110, 107);
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 8px;
|
|
border: none;
|
|
cursor: pointer;
|
|
width: 30%;
|
|
}
|
|
@keyframes onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="/action_page.php" method="post" id="main">
|
|
<div id="container" style="display: flex; flex-direction: column; justify-content: space-between; padding: 1rem;">
|
|
<h1 id="Text_5_i">Text_5_i</h1>
|
|
|
|
<p id="Text_6" style="height: 100%; width: 100%;">Fragebogenbeschreibung</p>
|
|
<div>
|
|
<button type="submit" id="naechsteFrage">Zu den Fragen</button><button id="adminSave" style="display: none;">Änderungen Speichern</button><button id="allezeigen" style="display: none;">Alle Zeigen</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
</body>
|
|
<script type="text/javascript" src="editAdmin.js"></script>
|
|
<script type="text/javascript" src="/app_52.js"></script>
|
|
<script type="text/javascript" src="stretchForm.js"></script>
|
|
</html>
|