View Single Post
Old 02-21-2014, 03:19 AM   #1
arronmattwills
Registered User
 
Join Date: Dec 2013
Posts: 493
how to use clear property css in web designing?

Clear is the most useful css property in web design field.
It will be used in float conditions.
If you say some paragraph move to left side and sidebar to right side with some width then the next design part should be cleared.
After float left and float right then we should take one more extra div apply a class called clear.

Quote:
.clear {
Clear: both;
}
in this way we write the clear class in website design.
arronmattwills is offline   Reply With Quote