Answers for "how to add css files by dir"

CSS
0

html incliude all css from folder

<link href="master.css" type="text/css" />

In the master.css import other styles:

@import url(style1.css);
@import url(style2.css);
@import url(style3.css);
Posted by: Guest on May-31-2021
0

How do I link a CSS file to a folder?

Take the answer above they helped so much !!!
Posted by: Guest on March-18-2021

Browse Popular Code Answers by Language