I have an unordered list () with various number of items () in it. I want to use one CSS styling that allows the items to stretch t
#ul1 { display: block; padding: 0; list-style: none; } li-Class{ width: 100% }
Note: display can be inline-block with width:100% and this code is for those who are looking to arrange li block wise.