M
M
Monty Python2018-08-11 12:47:41
Adobe Photoshop
Monty Python, 2018-08-11 12:47:41

Templates with modular grids?

Where can I get empty templates with placed guides?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
Ferzet, 2015-01-25
@Martyer

Here, here is a great option www.youtube.com/watch?v=LFlAovIEeU8

S
Sergey, 2015-01-24
Protko @Fesor

philipwalton.github.io/solved-by-flexbox/demos/sti...
well, or as an alternative - galengidman.com/2014/03/25/responsive-flexible-hei...
options with position:absolute yesterday.

D
Damir Aushenov, 2015-01-24
@yespeace

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 142px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question