Commit fb036c92 authored by Kristian Tan's avatar Kristian Tan

Added borders

parent 260828eb
...@@ -11,24 +11,26 @@ body{ ...@@ -11,24 +11,26 @@ body{
.container{ .container{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
background-color: darkkhaki; /*background-color: darkkhaki;*/
height: 100%; height: 100%;
} }
/*.device_list{*/ .device_list{
/* width: 25%;*/ width: 25%;
/* background-color: red;*/ /*background-color: red;*/
/*}*/ }
/*.spacer{*/ .spacer{
/* width: 5%;*/ width: 5%;
/* background-color: green;*/ /*background-color: green;*/
/*}*/ }
/*.smart_meter{*/ .smart_meter{
/* width: 70%;*/ width: 70%;
/* background-color: coral;*/ /*background-color: coral;*/
/*}*/ border-style: solid;
border-color: black;
}
.display { .display {
width: 80%; width: 80%;
......
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