Hi there!
i am trying to create a form just using HTML and CSS in witch you only can deploy a single Detail, hiding the rest of them.
so far i amable to hide the further ones but not the ones before using this command
details[open] ~ details {
display: none;
}
Any suggestions? is it imposible?