View Single Post
Old 09-06-2012, 02:37 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
Using the CSS @import Rule

you might want to consider splitting your style sheet up into several smaller CSS files. That�s when the @import rule can come in quite handy.

The @import rule is another way of loading a CSS file. You can use it in two ways. The simplest is within the header of your document, like so:

<style>
@import url('/css/styles.css');
</style>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by davikerkrish; 09-06-2012 at 02:39 AM..
davikerkrish is offline   Reply With Quote