Max-Meier-Projekt-alpha/htdocs/40.html

108 lines
2.6 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 {margin:0;}
.icon-bar {
display: flex;
justify-content: center;
width: 100%;
background-color: #555;
overflow: auto;
}
.icon-bar a {
width: 20%;
text-align: center;
padding: 12px 0;
transition: all 0.3s ease;
color: white;
font-size: 36px;
}
.icon-bar a:hover {
background-color: #000;
}
.dot {
height: 150px;
width: 150px;
background-color: #4CAF50;
border-radius: 50%;
display: inline-block;
}
.dot1 {
height: 50px;
width: 50px;
background-color: #ABEE5E;
border-radius: 50%;
display: inline-block;
}
.img {
display: block;
margin-left: auto;
margin-right: auto;
}
.button1 {
color: rgb(255, 255, 255);
padding: 14px 20px;
margin: 8px;
width: auto;
}
button {
background-color: rgb(107, 110, 107);
color: white;
padding: 14px 20px;
margin: 8px 0;
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 class="col-md-5 forgot-form">
<div>
<button class="button1" type="submit"><i class="fa fa-close"></i></button>
</div>
<div style="text-align:center">
<h1 id="mainModule">Modulüberschrift</h1>
<span class="dot">
<img id="img_40" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
</span>
</div>
<div style="text-align:center">
<h1></h1>
<span id="mod1" class="dot1"></span>
<span id="mod2" class="dot1"></span>
<span id="mod3" class="dot1"></span>
</div>
<div style="text-align:center">
<h1 id="modulTitel">Modul Titel</h1>
<h2 id="modulUntertitel">Modul Untertitel</h2>
<p id="modulBeschreibung">w_x</p>
<div>
<button type="submit" id="naechsteFrage">Button_1</button>
<button id="adminEdit" style="display: none;">Änderungen speichern</button>
</div>
</div>
</form>
</body>
<script type="text/javascript" src="editAdmin.js"></script>
<script type="text/javascript" src="/app_40.js"></script></html>