layout for graphs next to eachother

This commit is contained in:
sam
2023-10-18 16:25:26 +02:00
parent e385fe8e7f
commit 4966144989

View File

@@ -68,4 +68,21 @@ div {
border-radius: 3vh;
margin-left: 2vw;
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;
}