Commit f6d49196 authored by Kristian Tan's avatar Kristian Tan

Styling

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