background preloader

CSS Guides & Tutorials

Facebook Twitter

5 Cool CSS3 Effects You’ll Be Seeing More Of. First – What Is CSS?

5 Cool CSS3 Effects You’ll Be Seeing More Of

If you’re reading this article because you’re intrigued but have no idea what CSS means, let’s me explain quickly. CSS is the coding language used to decorate webpages. It stands for Cascading Style Sheet, and basically just adds style and flair to a site. Websites are certainly readable without their CSS, but they are hideous just like all websites were back in 1995. While HTML files describe the structure and textual content of a page, the CSS makes them display in the way the designer intended, and determine everything from page layout, text size and colours, and now a number of fancy effects with the introduction of CSS3. In the past, achieving the same kind of effects as the ones described in this article would have meant downloading bulky CSS or even bigger graphics.

Rounded Corners The Internet has gradually been getting ’roundier’, but now this is solidified in CSS3. The code for rounded corners is really easy: Text Shadow Here’s the code for some text shadows: CSS-Tricks. Most Practical CSS Cheat Sheet Yet. There’s an abundance of CSS cheat sheets on the web, but most of them gloss over the properties designers use in day-to-day work, preferring instead the kitchen-sink approach of showing all properties.

Most Practical CSS Cheat Sheet Yet

This cheat sheet was designed with a more practical philosophy, so that designers who need a quick description of a property don’t need to open a browser. Included are the following sections: selectors, the box model, positioning, text and fonts, borders and lists, and a bit of miscellany that comes in handy every once in a while. The cheat sheet comes in landscape and portrait form and is designed to be printed on an A4 (standard) sheet of paper. You can post it on your wall, tape it to your desk, or put it in your pocket for those rare moments when you need to know how the box model works in casual conversation. Horizontal Download PDF (486Kb): Vertical Download PDF (489Kb): Author: Ivan M Ivan M is a graphics pro. CSS Tutorial. Introduction. It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS).

Introduction

They are a way to control the look and feel of your HTML documents in an organized and efficient manner. With CSS you will be able to: Add new looks to your old HTML Completely restyle a web site with only a few changes to your CSS code Use the "style" you create on any webpage you wish! A stylesheet can, and should be, completely separate from your HTML documents. When you have mastered CSS and HTML, you will be able to separate your web site's design and formatting (CSS) from the content (HTML). Before you begin the CSS Tutorial we suggest that you check to see you meet the following recommendations: You have used HTML in the past You know the basic HTML tags and vocabulary. If you said no to one of the above, we recommend that you check out our HTML Tutorial before taking on CSS.

Report a Bug or Comment on This Lesson - Your input is what keeps Tizag improving with time! New CSS3 Guide that Really Rocks! I just found another site devoted to CSS3 and it is clearly brand new.

New CSS3 Guide that Really Rocks!

Seriously I said to myself “isn’t there enough sites listing the properties and browser compatibility for CSS3 already”, but I decided to give it a few minutes of my time… glad I did! Christian Krammer, a webdesigner from Austria, not only did an excellent job explaining CSS3, but he also created an outstanding and great looking design on his site. Unless Christian is a speed coder this CSS3 guide that you will all love have taken a serious amount of time to put together!

Thanks for the effort Christian. I think css3files is an awesome website which guides users about CSS3 and explains every property in detail with visual guides making it very clear and easy to understand what every value is used for. CSS3 properties exposed.