@ is usually a declarative statement that instructs the browser how to read the file.
@import imports an external (CSS) file, @charset sets the character encoding value of the file such as @charset "utf-8"; @media defines a number of attributes associated with what the physical properties of the display are determining how the file is rendered.
There's WAY more @ methods than you really need since browsers have standardized the way web documents are processed and almost intelligently decide these things for you, but @ just gives you more control over how your file is read by the browser instead of relying on defaults.
- Brandtley
Patrick wrote:
Hello Everyone
This is my first post here.
# is for ID
. is for class
but what is @ doing ? For instance @import ?
Thanks-Patrick
--
--
You received this because you are subscribed to the "Design the Web
with CSS" at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscribe@googlegroups.com
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.