body{
 margin: 0;
}

ul{
  list-style-type: none;
}
li:first-child{
  border-left: none
}
li{
  display: inline;
  padding: 0.5em;
  border-left: 2px solid #000;
}

