Commit a175d510 authored by Kristian Tan's avatar Kristian Tan

Styling

parent f6d49196
...@@ -15,6 +15,8 @@ body { ...@@ -15,6 +15,8 @@ body {
margin-right: 5%; margin-right: 5%;
margin-left: 5%; margin-left: 5%;
margin-bottom: 2%; margin-bottom: 2%;
border-width: 1px;
border-top: black;
/*background-color: green;*/ /*background-color: green;*/
/*height: 10%;*/ /*height: 10%;*/
} }
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</div> </div>
<body> <body>
<div class="inputs">
<form action="{{ url_for('handle_data') }}" method="post">
Cost per kWh: <input type="text" name="kWhprice">
<input type="submit">
</form>
</div>
<div class="containerRows"> <div class="containerRows">
<div class="device_list"> <div class="device_list">
<h3 class="device_list_title">Device Listing and Status</h3> <h3 class="device_list_title">Device Listing and Status</h3>
...@@ -47,6 +41,12 @@ ...@@ -47,6 +41,12 @@
</div> </div>
</div> </div>
</div> </div>
<div class="inputs">
<form action="{{ url_for('handle_data') }}" method="post">
Cost per kWh: <input type="text" name="kWhprice">
<input type="submit">
</form>
</div>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment