Answers for "<style type="text/css">@import url(abc.css);</style>"

CSS
4

import css in another css file

@import "navigation.css"; /* Via string */

or

@import url("navigation.css"); /* Via url */
Posted by: Guest on July-28-2020

Code answers related to "<style type="text/css">@import url(abc.css);</style>"

Browse Popular Code Answers by Language