css中两个类选择器之间有没有空格的区别

css中两个类选择器之间有没有空格的区别:css <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> .div1.div2{width: 100px;height: 100px;background: red;}/*多类选择器*/ .div1 .div2{width: 1
相关文章
相关标签/搜索