How to use the grid template for li tags

With the use of the grid template we can use the frame to set the particular alignement with that li tags so we can change the outlet for li tags

.Doing-better-main-right ul{
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    padding-left: 10vw;
  }


Leave a comment

Your email address will not be published. Required fields are marked *