responsive website using descendant selectors
im trying to make my website responsive using media queries, however the page is not responding when i used the descendant selector in certain parts of me code. The page is responsive when i use this code: .div1{ float: left; width:20%; height: 200px; background-color:red; border: 1px solid #f2f2f2; margin-left: 2%; border-radius: 50%; } .div2{ float: left; width:20%; height: 200px; background-color:yellow; border: 1px solid #f2f2f2; margin-left: 2%; border-radius: 50%; } .div3{ float: left; width:20%; border-radius: 50%; height: 200px; background-color:blue; border: 1px solid #f2f2f2; margin