user516614
user516614

Reputation: 145

Zurb foundation 4 classes

Is there any documentation that explains each class in foundation.css? I am not great at front-end development and don't seem to be grasping the concepts with just cursory documentation available on zurb's site. Thanks in advance.

Upvotes: 2

Views: 1229

Answers (2)

Vinay Raghu
Vinay Raghu

Reputation: 1279

AFAIK, there is no document that explains each and every class, but you can try to look at the kitchensink

http://foundation.zurb.com/docs/v/4.3.2/components/kitchen-sink.html

They have (almost) every component available as a demo in a single page. So you could inspect each of these elements and familiarize yourself with the class names.

This applies only to F4, I don't see a kitchen sink in F5

Upvotes: 1

von v.
von v.

Reputation: 17118

There is none. I think it will be tough for them, the ZURBlings, and overly-exhausting for us, to go over it, documented. I think what you need to know is what Responsive Design is all about. You can have a good beginner's introduction here:

Then continue on reading what Foundation is basically about.

And once you have a broader knowledge of what RD and Foundation is basically about, you can go crazy about it here and learn that it can actually allow you do more.

You really need to learn about their css once you are comfortable using Foundation, having read the links I gave you, and want to start to tweaking some of the configuration - which by the way is already explained in their docs.

Upvotes: 2

Related Questions