#list {
  max-height:0;
  overflow:hidden;
  transition:0.5s linear;
  }
a:focus + #list {
  max-height:35em;
  }
a:focus {
}
