" transition in CSS?" />
F
F
foxayb2018-03-23 15:56:13
css
foxayb, 2018-03-23 15:56:13

What is the ">" transition in CSS?

Tell me, why do we need ">" in the transition?

.numbers-and-price>.container>.brown-button { ... }

Why can't it be like this:
.numbers-and-price .container .brown-button { ... }

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
display: block, 2018-03-23
@foxayb

htmlbook.ru/samcss/dochernie-selektory
Affects child elements only (one level down)

A
Alexey Yarkov, 2018-03-23
@yarkov

Add to bookmarks, useful article
rightblog.ru/2606

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question