-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.haml
45 lines (41 loc) · 1.06 KB
/
example.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
!!!
%html
%head
%link{:href => "styles.css", :rel => 'stylesheet', :type => 'text/css'}
%script{ :src => "http://gridlayouts.com/_assets/_js/jquery.js"}
%script{ :src => "http://gridlayouts.com/_assets/_js/gridlayout.js"}
%body
#wrapper
.row
.column.grid_12
%p An Example of the 1kb Grid (12)
.row
.column.grid_4
%p 4
.column.grid_4
%p 4
.column.grid_4
%p 4
.row
.column.grid_6
%p 6
.row
.column.grid_3
%p 3
.column.grid_3
%p 3
.column.grid_6
%p 6
%p 6
/ || Allows Ctrl-Shift-G to show a Grid over the page.
/ || Note that the details are not inherited from the stylesheet, you have to enter them manually.
/ || See http://gridlayouts.com/ for More
#GridLayout
#GridLayout-params
{
column_width:60,
column_count:12,
subcolumn_count:1,
column_gutter:20,
align:'center'
}