Commit fb036c92 authored by Kristian Tan's avatar Kristian Tan

Added borders

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