CSS3 Multiple Columns



CSS3 Multiple Columns Properties

By column property we can   divided  a element into many column .

column-count         by this property we can make many columns of a element
column-gap             by this  we add gap between column
column-rule-style    this property  use for rule style between column
column-rule-width       it for rule width
column-rule-color      it’s for rule color
column-rule              shorthand property for setting  the column- width, color and style.
column-width          this property for increase and  decrease the width of columns of  an element.



Example:-

Open the link then you will see the live example of this coding.


<html>
<head>
<title>csszilla</title>

<style>
div{

background:green;
color:white;
font-size:18px;
-moz-column-count:4;
-moz-column-gap:75px;
-moz-column-rule-style:solid;
-moz-column-rule-color:orange;
-moz-column-rule-width:2px;
column-count:4;
column-gap:75px;
column-rule-style:solid;
column-rule-color:green;
column-rule-width:10px;
border: 2px solid black;
}

</style>
</head>

<body>

<div>
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
CssZilla is a best blog to learn about web designing.
</div>
</body>
</html>

Comments

Popular posts from this blog

50 Beautiful Color Palettes for Your Next Web Project

Website Color Palettes: The Palettes of 50 Visually Impactful Websites to Inspire You Css Zilla