Media Query Styles Not Overriding Original Styles

前端 未结 5 1942
面向向阳花
面向向阳花 2020-12-08 02:05

I\'m attempting to use some media queries for a website I\'m building. The problem I\'m having however, is while the media query styles are actually being applied, they\'re

5条回答
  •  感情败类
    2020-12-08 02:24

    You need to link the media query file (queries.css) later than the normal css file (style.css). That way the rules in the queries.css will override those in style.css.

提交回复
热议问题