I’m working on the product page, and I’m doing my best to really tear apart the example and see what every little thing does… This syntax is leaving me utterly confused, however:
.logo > img {
width: 100%;
height: 100%;
max-width: 300px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-left: 20px;
}
What is the meaning of the right carat? Why is it necessary? Can’t you accomplish the same thing without it? WHY IS IT IMPOSSIBLE TO GOOGLE?
Any help is very much appreciated!