CSS

Home » CSS (640)

ADDING A CUSTOMIZED CURSOR
Now a days mostly web browser supports customized cursors defined with CSS.

Although the cursors will not have the customized look in some browsers it usually doesn't ruin anything. These browsers will simply show the normal arrow-cursor which would be same case as if you refrained from customizing cursors at all.

Create Stunning Animation Using CSS3 Animation & Keyframe
Usually, web designer will create animation using language like JavaScript, but now, web designer can create smooth, maintainable animation more easily using CSS3 Animation & Keyframe. The syntax of CSS3 Animation & Keyframe is extremely easy to understand, and don’t requires any programming knowledge. In this tutorial, we will cover the syntax of CSS3 Animation & Keyframe; and we will create a simple spinning newspaper using the syntax that we have learned.

Making a CSS Only Image Gallery
We're going to be making an image gallery where the images zoom out on click. We'll also add a close button for closing the images after they've been zoomed out. Best of all, we're going to be doing it all with just CSS!

An Introduction to 3D Transforms in CSS3
3D Transforms are just one of the more refined parts of CSS3, although there is still quite a long way to go before all the kinks are worked out. In this article we\'ll be going over the basics of 3D transforms, how to use them, and when to use them, including a bunch of examples!

How to Create a 3D Search Bar in HTML / CSS
We will bring to life the 3D search bar that we did in the past, this tutorial will help you to start everything from scratch. I think this is a good way to practice your skills in HTML and CSS.

Create a Circle Social Button in CSS3
In this tutorial you’ll learn how to create a circle social button with shadows and gradients using CSS3. I have created four social buttons using this technique: Twitter, Facebook, Dribble and RSS.

Learn to Create a Pretty Search Form
In this tutorial we are going to style text boxes and buttons to create pretty search forms. We are going to create three forms which will match the image above.

Using CSS3 and jQuery to create a Ribbon DropDown Menu
In this tutorial, I'll show you how to create a simple ribbon dropdown menu using CSS3 and jQuery. The menu is cross-browser compatible so it will be easy for you to adapt in your project. And to spice up a little bit the menu, I used the superfish javascript class and "Oswald" font from Google fonts library.

How To Create A CSS3 Slide Out Fixed Navigation
In today's tutorial we are going to learn how we can make it easy for your visitors to always have access to the main links on your site by creating a fixed position main navigation. But what we are going to do is hide half of the navigation off the page so it will not move over your content.

Show and hide objects on mouse over
In this tutorial you will learn how to make a text visible only when an object is on mouse rollover.

Design and Style Your Submit Button
For most of us, styling the submit button in CSS can be a pain in the ass. I used to have a problem with this, and all the tutorials I found in Google aren't really satisfying.

Multiple backgrounds when scrolling page
This tutorial, I will share how I made my page background change from white to grey as user scrolls the page. To achieve this, I use JQuery and CSS.

How To Build a Drop Down Tabbed Menu
In this tutorial we are going to take a PSD and turn them into HTML and CSS and create a simple tabbed menu in CSS.

How To Build a Handwritten Letter Style Contact Form
Follow this step by step tutorial to create a traditional pen & paper inspired contact form in HTML and CSS. We’ll use a mix of basic and intermediate CSS techinques to give the form the appearance of a letter, then use the @font-face CSS property to transform the digital text into handwriting.

Creating rotating social menu in CSS3 and HTML5
We'll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that's right! No images at all. We'll also learn how to convert a normal font to a web-font.

CSS - creating rollovers
A quick tutorial on how to create roll over button the right way using HTML and CSS.
As web designers, we love anything that adds a bit of interactivity to a site and the simplest form is the rollover button. Back in the dark ages before CSS3 and HTML5 we were forced to create two alternative image and use javascript to perform the change. Thankfully today we can do all of this with a few lines of CSS and just one image, or ‘sprite’ as it’s known in this instance.

How to use CSS selectors for faster rendering in browsers
In this article we will explain how to use efficient CSS tag keys and selectors on your blog/website, avoiding all unnecessary things that can cause problems to your page.

Creating a CSS3 Multiple Columns Web Layout
What is strikingly odd about web design is just how difficult it can be to make a multiple column website. For the last 15 years we've been designing websites like newspapers and magazines, consisting of many columns, and it's been working out pretty well. The tools we use, however, haven't changed that much since then as regards layout. For example, in CSS we have to use the float property which can be quite bothersome and even worse, we may even resort to an old status quo: using tables.

Make Navigation Bar in Photoshop and Use it as CSS Image Sprite
In todays tutorial we'll be delving into a bit of PSD to HTML coding. Mainly aimed at beginners I'll be showing you how to design and code your first vertical navigation.

Creating a Photo Gallery using jQuery
Learn how to create a simple and neat stacking Photo Gallery using CSS and jQuery. No Flash software needed.

Home » CSS (640)