Include CSS File Using @import
The @import is a rule allowing you to import one style sheet into another.When you are working on a complex website and stuck to managed many stylesheet, then @import is very helpful .The @import rule is another way of loading a CSS file. In this tutorial we are going to explain,How we can use @import for …