forked from Deuxfleurs/site
Compare commits
2 commits
ffe96d9c51
...
eba015111f
Author | SHA1 | Date | |
---|---|---|---|
eba015111f | |||
0d2b7f2fc1 |
2 changed files with 1411 additions and 1408 deletions
|
@ -99,13 +99,16 @@ img{
|
||||||
|
|
||||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||||
div#container{
|
div#container{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
|
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
|
||||||
grid-template-rows:
|
grid-template-rows:
|
||||||
[main-row-debut] var(--med_margin) [header-start] auto [header-end] var(--big_margin) [core-start] auto [main-row-fin]
|
[main-row-debut] var(--med_margin)
|
||||||
var(--big_margin)
|
[header-start] auto
|
||||||
[footer-start] auto [footer-end]
|
[header-end] var(--big_margin)
|
||||||
;
|
[core-start] auto
|
||||||
|
[main-row-fin] var(--big_margin)
|
||||||
|
[footer-start] auto [footer-end]
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EN-TETE */
|
/* EN-TETE */
|
||||||
|
|
2802
static/index.html
2802
static/index.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue