Resolved: What does the CSS ~ (tilde/squiggle/twiddle) selector do? #computers #programming #dev
Resolved: What does the CSS ~ (tilde/squiggle/twiddle) selector do? #computers #programming #dev
What does the CSS ~ (tilde/squiggle/twiddle) selector do?
Searching for the ~ one character isn’t easy. I was looking over some css and found this
.check:checked ~ .content { }
What does it mean?
Answer [by Rohit Azad]: What does the CSS ~ (tilde/squiggle/twiddle) selector do?
General sibling combinator
The general sibling combinator selector is very similar to the adjacent sibling combinator…
View On WordPress















