首页题库练习题目详情
Web程序设计单选题中等

下列哪个CSS媒体查询方式能同时检测多个媒体条件?

Amedia (width: 600px)
Bmedia (min-width: 600px) and (orientation: portrait)
Cmedia (max-width: 600px) or (orientation: portrait)
Dmedia (orientation: portrait)