Re: [Design with CSS 3757] What is the syntactic value of @

13 views
Skip to first unread message

Brandtley McMinn

unread,
Jul 7, 2012, 12:56:45 PM7/7/12
to css-d...@googlegroups.com
Hey Patrick,

@ 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-d...@googlegroups.com
To unsubscribe: css-design-...@googlegroups.com

Patrick

unread,
Jul 7, 2012, 1:53:25 PM7/7/12
to css-d...@googlegroups.com
Thanks Brandtley, that makes total sense-Patrick
Reply all
Reply to author
Forward
0 new messages