ul{
    background-color: yellow;
    padding: 1em;
    list-style-type: none;
    font-size: 1.5em;
}

/*
li:not(:last-child){
    margin-bottom: 10px;
}
*/

li {
    background-color: Linen;	
    margin-top: 10px;
    display: inline-block;
    padding: .5em .5em;
}
