Import CSS files


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* Main Style.css
  2. --------------------------------------------------- */
  3.  
  4. /* Imports
  5. ---------------------------------------------------- */
  6. @import url("file1.css");
  7. @import url("directory/file2.css");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.