Answers for "media queries import file"

CSS
0

media queries import file

//Import into the html file
<link type="text/css" href="style.css" media="screen, print">

//Import into the css file
@import url(style.css) screen, print;
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language