Spaces:
Sleeping
Sleeping
File size: 370 Bytes
cde25cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/*.tree*/
/*{*/
/* position: absolute;*/
/* top: 50%;*/
/* left: 50%;*/
/* transform: translate(-50%, -50%);*/
/* background-color : #4444aa;*/
/*}*/
/*.graph*/
/*{*/
/* position: absolute;*/
/* top: 50%;*/
/* right: 50%;*/
/* transform: translate(50%, 50%);*/
/*}*/
.container{
display: flex;
flex-direction: row;
width: 100vw;
} |