Skip to content
Snippets Groups Projects
Commit 4418bd04 authored by Karl-Luca's avatar Karl-Luca Committed by Philipp Jonas Krieg
Browse files

style changes and commenting

parent 6208f539
No related branches found
No related tags found
1 merge request!8neue Routes und neue html-Dateien (über NavigationBar erreichbar) + Symbole...
......@@ -82,7 +82,7 @@ body {
}
.button2 {
background-color: #5570a7;
background-color: white;
color: black;
border-color: black;
border-radius: 10px;
......@@ -99,7 +99,7 @@ body {
}
.button2:active {
background-color: white;
background-color: #5570a7;
transform: translate(4px);
}
.move-right{
......
......@@ -24,8 +24,14 @@
</br></br></br></br></br></br>
<h1 style="margin-left: 200px"><font size="6">aktuelle Steuerung:</font></h1>
<!--Wasser-->
<div class="left"><button id="btn2" class="button button2 move-right" style="margin-left: 200px;">Pumpe an</button></div>
<!--Licht-->
<div class="left"><button id="btn1" class="button button1 move-right" style="margin-left: 200px;">Licht an</button></div>
<!--Regler für Stärke-->
<!--Plan mit Start- und Endzeit-->
<script src="../static/index.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment