CSS
Captivating CSS
GETTING STARTED
GETTING STARTED
- CSS Tutorial - A great place to get started brought to you by W3 Schools.
- CSS Reference - All the properties in one place. Overwhelming, but useful.
- CSS A to Z - I came across this series of CSS tips a while back when the author was still on G or H. The sequence is complete, now. From the auto value to the z-index property. Each letter has a Screencast and a Tip. A very entertaining and informative journey through CSS.
- Selector Cheatsheet/Game - This is a fun way to practice your CSS Selectors
- CSS Diner - Another game to help you practice using selectors
- CSS Combinators - Yes, that's a word. In addition to the numerous selectors available in CSS, there are additional symbols used to combine them in specific ways to apply styles to certain elements without adding a lot of unnecessary class attributes.
POSITIONING
- Centering: The Newest Coolest Way vs. The Oldest Coolest Way | CSS-Tricks
- How to Align Things in CSS - explains what all those CSS property options do
- All About Floats - Shows you how floats work so you can see how much better flexbox is.
- Positioning Content - Floats, Inline-Blocks and the position property explained.
- Complete Guide to Flexbox
- Learn Flexbox
- The Thought Process Behind a Flexbox Layout
- Flexbox Freddy - a game for learning flexbox
- MDN Flexbox - the Mozilla Developers Network documentation.
ADVANCED TOPICS
- The Basic Guide to CSS Specificity - Why some selectors are more important than others.
- How to design the perfect single page website - This type of web site, also knows as the one page website, is gaining popularity.
- Popular UI Kits - Jumpstart your styling with these Bootstrap alternatives
MORE TO COME...
Comments
Post a Comment