Categories
How to fix css layout?
https://codepen.io/anon/pen/qxjwdO There is this piece of code:
#radio1:checked ~ .desc1{ display: block; }
Answer the question
In order to leave comments, you need to log in
https://codepen.io/anon/pen/mXwgQx
Because .desc1 is not a nested element in the input.
<input type="radio" name="radio" value="radio1" id="radio1"><div class="desc1">Постамат - автоматизированный терминал выдачи заказов</div> </input>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question