Commit f6d49196 authored by Kristian Tan's avatar Kristian Tan

Styling

parent 530c7a19
...@@ -14,7 +14,7 @@ body { ...@@ -14,7 +14,7 @@ body {
flex-direction: row; flex-direction: row;
margin-right: 5%; margin-right: 5%;
margin-left: 5%; margin-left: 5%;
margin-bottom: 10%; margin-bottom: 2%;
/*background-color: green;*/ /*background-color: green;*/
/*height: 10%;*/ /*height: 10%;*/
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<body> <body>
<div class="inputs"> <div class="inputs">
<form action="{{ url_for('handle_data') }}" method="post"> <form action="{{ url_for('handle_data') }}" method="post">
<input type="text" name="kWhprice"> Cost per kWh: <input type="text" name="kWhprice">
<input type="submit"> <input type="submit">
</form> </form>
</div> </div>
......
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