What is the * after class for and why is it between brackets? I found this code in a codepen and was wondering what was it for?
[class*="funLine-"] {
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 0.5em;
padding-left:1vw;
padding-right:1vw;
}