Wednesday, August 3, 2011

Best Web Templates



Preview

Download



Preview

Download



Preview

Download



Preview

Download



Preview

Download



Preview

Download



Preview

Download



Download



Download



Download



Download

CSS Tutorial pdfs

Click on below links to download free css tutorial pdfs

CSS Pdf download

CSS Tutorial pdf book

HTML Tutorials pdfs

Click on below links to download html tutorial pdfs

Download HTML Tutorial

Download XHTML Tutorial

Another HTML Tutorial Pdf

CSS3 Multicolumns

CSS3 allows for multiple column without explicitly having to code for it.Just by using the tags directly the multiple column division could be formed easily.

CSS3 provides 3 attributes for multiple column property as
column-count,column-gap and column-rule.

column-count
Specifies the number of columns an element should be divided into

column-fill
Specifies how to fill columns

column-gap
Specifies the gap between the columns

column-rule
A shorthand property for setting all the column-rule-* properties

column-rule-color
Specifies the color of the rule between columns

column-rule-style
Specifies the style of the rule between columns

column-rule-width
Specifies the width of the rule between columns

column-span
Specifies how many columns an element should span across

column-width
Specifies the width of the columns

columns
A shorthand property for setting column-width and column-count

Example



Which will result as follows



Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.

CSS3 Transitions

CSS3 Transition is a fantastic feature of CSS3 which allows a animated effect to a division.This is achieved using the transition tag.

Copy and paste the below piece of code to know the effect




transition-property
Specifies the name of the CSS property to which the transition is applied

transition-duration
Defines the length of time that a transition takes. Default 0

transition-timing-function
Describes how the speed during a transition will be calculated. Default "ease"

transition-delay
Defines when the transition will start. Default 0

CSS3 2D/3D Transforms

CSS3 allows for 2d/3d Transforms which helps in giving the best look to any document.
This is performed using the transform tag.

CSS3 Transform Rotate
Example




hello from rotated div


CSS3 Transform Translate



Which results as follows

hello from rotated div






CSS3 Transform Scale




hello from scaled div



CSS3 Transform Skew



Which results as follows

hello from skewed div

CSS3 Shadow Effects

CSS3 allows for shadow effect on text as well as on division.
Text effect is formed by using text-shadow.Word-wrap is used to fit the content in defined division.

Example



which results as folows,

CSS3 Text Shadow Effects


CSS3 Border Shadow
Border Shadow can be implemented to any border using -moz-box-shadow



Which results as follows

hello from shadow division