Posted in html
9
6:20 am, August 31, 2018

using foundation 6.4 xy grid basics

Foundation 6.4 introduced a new xy grid which replaces the old row and large-x format

here is a basic grid layout (foundation grid)

add some style to show the cell border

<style>
.grid-x .cell {
	border:1px solid #CCC;
}
</style>

include foundation css

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.css">

i would suggest downloading a custom build of foundation which only includes the xy grid and normalization so it does not mess with your other styles. such as this one: foundation.min.css (6.4.2 custom)

basic grid

here is a basic grid with no margin and padding, or diy padding and margin

<div class="grid-x">
	<div class="small-3 cell">3 cells</div>
	<div class="small-3 cell">3 cells</div>
	<div class="small-6 cell">6 cells</div>
</div>

Demo

3 cells
3 cells
6 cells

basic grid with margin and padding

here is a grid that has some margin and padding on the cells

<div class="grid-x grid-padding-x grid-margin-x">
	<div class="small-3 cell">3 cells</div>
	<div class="small-3 cell">3 cells</div>
	<div class="small-6 cell">6 cells</div>
</div>

Demo

3 cells
3 cells
6 cells

Wrap it in a container

grid-container and add grid-container fluid to go full width

<div class="grid-container fluid">
<div class="grid-x grid-padding-x grid-margin-x">
	<div class="small-3 cell">3 cells</div>
	<div class="small-3 cell">3 cells</div>
	<div class="small-6 cell">6 cells</div>
</div>
</div>

Demo

3 cells
3 cells
6 cells

Foundation Docs

Foundation Docs: x y grid

View Statistics
This Week
44
This Month
112
This Year
0

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in html
content editable p tag with spell check enabled get directions from google maps form embed Common and Uncommon Meta Tag's and Social Meta Tags Input Suggestions using a datalist Add custom symbol to ul li list and align text items using the kbd html tag twitter social sharing meta tags test image url that always changes unsplash placeholder set the amount of lines to show in a textarea field Scroll down indicator css javascript and html a page with two images Aligning Images in TinyMCE or Floating them left and right (code) test page for the custom css 12 grid used on this site easy twitter embed code Custom JS Tabs - No Jquery or Jquery UI scroll to top html css and js hide parts of a form until the 1st item is selected load a youtube video in a fancybox modal add google captcha to enable and disable a form button template for testing and live reloading html files toggle div function with chevron up down toggle Bootstrap Card Formatting HTML and CSS - Header and Footer Applied Accessibility - Tab Index Applied Accessibility - Access Keys Dropdown Box with Searchable Text meta keywords tag meta description tag favicon code meta tag foundation includes cdnjs Form elements New Zealand region list video embed no controls video embed tag video embed full screen all screen sizes del youtube embed iframe emoji data take full page screenshot screencapture using chrome dev tools flexbox layout template simple dropdown navigation ul li css responsive viewport meta tag (responsive meta tag) youtube embed no controls auto play iframe make all links target new window lorem ipsum copy image to data uri using chrome base64 encode youtube extract thumbnail from video link using foundation 6.4 xy grid basics meta refresh reload page layout homepage random emojis copy and paste link to an external stylesheet
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code snippits here, mostly for my reference. Also if i find a good site, i usually add it here.

Join me on Substack if you want me to send you a collection of the things i have done or found or read for the week. Or follow me on twitter if you prefer, i dont post much but i probably should!

❤👩‍💻🕹

Random Quote
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown