1

I was reading through an article about position sticky in CSS and saw this line of CSS code:

.main-container *{padding:10px;background:#aaa;}
.main-container * + *{margin-top:20px;}

What are those * signs? Is the above CSS valid?

user1941537
  • 6,097
  • 14
  • 52
  • 99

0 Answers0