Index of CSS Examples

With so many blogs, articles, videos, books and other types of media it's hard to keep track of all the great stuff out there. This is a list of little examples of tricks that I've seen around. I have kept the examples as close to the origanal source material. In some cases I've added a little to expand on. Comments were added if I felt it would help.

Included is a link to the source material where I learned (in most cases copied) the code from. A link to the source video has been Please visit the creator's sites to learn step by step how to create the code.

A trick I learned was to make the CSS editable using the contenteditable tag and making the head visible. Not all the CSS on the page is editable just the part that is being shown. If you want to see how the editable part works, use the view source. I did my best to put everything in one file to make it easier to view.

Lists

Create custom Definition lists with CSS.

Mohit Manuja - YouTube

Use a sprite sheet for bullets in a list.

Mohit Manuja - YouTube

Add custom Counters for an ordered list

Mohit Manuja - YouTube

Colored numbered bulleted list

Mohit Manuja - YouTube

Gradients

Using CSS to create Gradients

Mohit Manuja - YouTube

Examples of using CSS3 Radial Gradients

Mohit Manuja - YouTube

Examples of using CSS3 Linear Gradients

Mohit Manuja - YouTube

Box Shadows

Putting a box shadow inside the box

PHP Academy - YouTube

Working on inset Box Shadows

PHP Academy - YouTube

Fancy Boxes

Folded corner using CSS3

Mohit Manuja - YouTube

Dog eared corner using CSS.

PHP Academy - YouTube

A stamp effect for images

Mohit Manuja - YouTube

Sprite and Logos

Use a Sprite sheet to hold button icons, including hover and click.

Adam Khoury - YouTube

Use a Sprite sheet to hold all the Social Logos

Mohit Manuja - YouTube

Menus

Create an evenly spaced menu accros the top of a page.

PHP Academy - YouTube

A simple Tab system using only CSS.

PHP Academy - YouTube

Responsive

Trick to correct float issues.

Mohit Manuja - YouTube

Tips on creating a responsive design

PHP Academy - YouTube

Misc

Websites and Tips to take care prefixes

Mohit Manuja - YouTube

Misc

Create an Envelope shape in pure CSS

Mohit Manuja - YouTube

Create the Flag of India in CSS

Mohit Manuja - YouTube

Shake up a title just in CSS

Mohit Manuja - YouTube

A fixed height Stick Footer with CSS

PHP Academy - YouTube

Misc

Using a Full Screen image as background

PHP Academy - YouTube

Adding a little spice to your HR tag!

CSS Tricks

A run through of the display attribute. Part 1

Learn to Program

>A run through of the display attribute. Part 2

Learn to Program

A run through of the display attribute. Part 3

Learn to Program