Skip to content

Latest commit

 

History

History
236 lines (183 loc) · 10.8 KB

File metadata and controls

236 lines (183 loc) · 10.8 KB

CSS & Design Resources

Below, you will find:

  • Expert Guidance
  • Books & Reference
  • CSS:   Animation ・ Effects ・ Frameworks ・ Grid Systems
  • Design:   Colors & Patterns ・ Icons & Fonts ・ Responsive Web Design
  • Tools:   Code Playgrounds ・ CSS Preprocessors ・ Image Editors ・ Interactive Mockups ・ Vector Graphics Editors

Expert Guidance

These sites are the best of the best at providing compelling, current content on design and CSS coding.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Books & Reference

These resources are more static in nature and provide a great foundation for your CSS learning.

Highest Recommendation

Mozilla Developer Network (MDN)

Other Recommended Options


CSS: Animation

Animation, transitions, and motion effects have become essential for an effective user experience.

Highest Recommendation

Other Recommended Options

Articles & Discussions


CSS: Effects

Techniques used to achieve various visual effects using CSS.

Articles & Discussions


CSS: Frameworks

Front-end frameworks allow you to style and layout your UI's more efficiently.

Highest Recommendation

Other Recommended Options

Articles & Discussions


CSS: Grid Systems

Grids allow you to split your screen up into blocks, similar to newspapers, allowing you to more easily control layout.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Design: Colors & Patterns

An effective color palette can enhance the appeal of your site or app.

Highest Recommendation

Other Recommended Options


Design: Icons & Fonts

Using icon fonts in today's world of varying screen sizes and resolutions is a very effective technique.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Design: Responsive Web Design

RWD is without a doubt one of the most overused, overhyped, and overloaded buzzwords in the history of the web. That being said, it remains a solid design technique for many situations.

Articles & Discussions


Tools: Code Playgrounds

If you want to have a sandbox, where you can play around with your latest CSS ideas and tests, these resources will give you what you need. Make changes to your changes in your code and instantly see the results, all within your browser.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Tools: CSS Preprocessors

Preprocessors save you time and make your CSS code more manageable through the use of variables, mix-in's (reusable groups of styles), and many other constructs. The preprocessing "language" is a superset of CSS and compiles into pure CSS for deployment.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Tools: Image Editors

These tools are a must have for any graphic designer. They are essential for creating app icons, backgrounds, or nearly any other graphic resource.

Highest Recommendation

Other Recommended Options


Tools: Interactive Mockups

While static images have their place, they are just not enough to convey user interactions, and things like animation. This is where interactive mockups can help get the point across.

Highest Recommendation

Other Recommended Options

Articles & Discussions


Tools: Vector Graphics Editors

These tools seem to be more relevent now than ever. Due to the increase in the variation of screen size, resolutions, and pixel densities, more and more products require the use of scalable vector graphics. These tools are used to create such graphics.

Highest Recommendation

Other Recommended Options