layout for graphs next to eachother
This commit is contained in:
17
web/css.css
17
web/css.css
@@ -68,4 +68,21 @@ div {
|
|||||||
border-radius: 3vh;
|
border-radius: 3vh;
|
||||||
margin-left: 2vw;
|
margin-left: 2vw;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Datadisplay{
|
||||||
|
float: left;
|
||||||
|
width: 30%;
|
||||||
|
height: 5%;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 10px;
|
||||||
|
border-color: blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.centerdata {
|
||||||
|
margin-left: 5%;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user