#flex-test {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  width: 3px;
  height:1px;
  justify-content: space-evenly;
}

#flex-test-e {
  width:1px;
  height:1px;
}