Category: Learn

In order to create impressive-looking web designs, you need impressive skills. Our tutorials include everything from HTML to JavaScript and CSS, and Photoshop to Illustrator. Check them out – you may discover a better way to design.

How to Create Shapes in CSS

One of best features of CSS is that it reduces the use of images in web design and allows you to create simple shapes. Learn how to create circles, squares, triangles, stars, comment bubbles, stars, and even Pacman, all in pure CSS.

Organize Your Content with CSS Counters

It is pretty common to see step-based content. Tutorials, shopping carts, FAQ's, gGrandma's recipes. You know, numbers and steps are really good to grab attention, so many writers use this.

How to Create a JavaScript Progress Bar With Pace.js

Although you can create a page loading bar with CSS animation, it is not dynamic at all. Good thing there is this built-in JavaScript plugin called Pace.js, a lightweight JavaScript library that consists of a cool and amazing progress bar indicator for your page load and Ajax navigation.

How to Create Simple Shapes with SVG

This tutorial serves as an introduction to SVG. It will give you the basic information you need to draw simple SVG shapes using basic XML. If you have not used SVG before, this is perfect for you.