Friday 6 July 2012

LEFT and RIGHT ALINGNING BY FLOAT PROPERTY


Left and Right Aligning Using the float Property

One method of aligning elements is to use the float property:


Example

.right
{
float:right;
width:300px;
background-color:#b0e0e6;
}



No comments:

Post a Comment