I am trying to find a CSS tutorial that will enable me to create a 4x3 grid of features on this site
If someone can suggest that it would be great!
Thanks in advance
Dekbrad
> itemprop = "text">
The page It uses an ul as an external element and brings one in the form of an internal element so that you have it:
& lt; Ul & gt; & Lt; Li & gt; Feature1.1 & lt; / Li & gt; & Lt; Li & gt; Feature1.2 & lt; / Li & gt; & Lt; Li & gt; Feature1.3 & lt; / Li & gt; & Lt; / Ul & gt; & Lt; Ul & gt; & Lt; Li & gt; Feature2.1 & lt; / Li & gt; & Lt; Li & gt; Feature2.2 & lt; / Li & gt; & Lt; Li & gt; Feature2.3 & lt; / Li & gt; & Lt; / Ul & gt; & Lt; Ul & gt; & Lt; Li & gt; Feature3.1 & lt; / Li & gt; & Lt; Li & gt; Feature3.2 & lt; / Li & gt; & Lt; Li & gt; Feature3.3 & lt; / Li & gt; & Lt; / Ul & gt;
Use a CSS definition like this:
ul {float: left; Width: // Specify the width display: block; } Li {List-style: none; Display area; }
etc.
He said, I think a CSS table layout is better for this:
Comments
Post a Comment