Commit 0f1c7c82 authored by Kristian Tan's avatar Kristian Tan

Added section for smart meter display box

parent 01864770
...@@ -20,11 +20,17 @@ body{ ...@@ -20,11 +20,17 @@ body{
} }
.spacer{ .spacer{
width: 10%; width: 5%;
background-color: green; background-color: green;
} }
.smart_meter{ .smart_meter{
width: 65%; width: 70%;
background-color: coral; background-color: coral;
}
.display {
width: 80%;
height: 80%;
padding: 5%;
} }
\ No newline at end of file
...@@ -30,7 +30,12 @@ ...@@ -30,7 +30,12 @@
<div class="spacer"></div> <div class="spacer"></div>
<div class="smart_meter"></div> <div class="smart_meter">
<div class="display">
</div>
</div>
</div> </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