
Lecture Description
Browser support in CSS is an important issue, and one that is often overlooked by fledgling front-end ninjas! So in this CSS tutorial for beginners we'll take a quick look at at ways we can check browser support for some CSS features, and how to apply fall-back options when needed. Have fun :).
Check support for CSS features @ caniuse.com/
Vendorize your CSS @ pleeease.io/play/
Provide back-ups with modernizr.com/
SUBSCRIBE TO CHANNEL - www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg?sub_confirmation=1
========== CSS for Beginners Playlist ==========
www.youtube.com/playlist?list=PL4cUxeGkcC9gQeDH6xYhmO-db2mhoTSrT
========== HTML Basics Course ==========
www.youtube.com/playlist?list=PL4cUxeGkcC9ibZ2TSBaGGNrgh4ZgYE6Cc
========== The Net Ninja ============
For more front-end development tutorials & to black-belt your coding skills, head over to - www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg or thenetninja.co.uk
========== Social Links ==========
Twitter - @TheNetNinja - twitter.com/thenetninjauk
Course Index
- Introduction to CSS
- What is CSS?
- Default Browser Styles
- Basic CSS Syntax
- Inline & Embedded Styles
- External Style Sheets
- CSS Comments and Where to Use Them
- Targeting Elements with CSS
- Targeting Classes and ID's
- CSS Conflicts & the Cascade
- Inheritance
- Selector Specificty
- The Important Declaration
- Targeting Multiple Elements
- Descendant Selectors
- Child Selectors
- Adjacent Selectors
- Attribute Selectors
- Pseudo Selectors
- Hover, Active & Visited Effects
- First & Last Child Selectors
- First & Last of Type Selectors
- nth Child Selectors
- nth of Type Selectors
- Combining Selectors
- The Universal Selector
- Font Size
- Font Family
- Text Decoration
- Font Weight
- Text Transform
- Text Colour
- Styling Links
- Letter Spacing & Line Height
- Paragraph Spacing
- The Box Model
- Margins
- Padding
- Padding & Margin Long-hand
- Borders
- Block-level Elements
- Width & Height
- Rounded Corners
- Backgrounds
- Background Shorthand
- Multiple Backgrounds
- Color
- Opacity
- CSS Gradients
- Box Shadow
- Browser Support
- CSS Website Build (Part 1)
- CSS Website Build (Part 2)
Course Description
Hey Ninjas, welcome to your very first CSS for Beginners tutorial!