How can I get this to function properly? HTML
#nav input[type=text]:focus ~ #two {
color: red;
}
<div id=nav>
<input type="text" placeholder="Search" name="search">
</div>
<div id="two">Two jfjsoijfoisoivnosnovdnsnnoivnoinsionvonoiniso</div>
I believe the issue may be related to the individual div
elements.