yauniformisation small & large screens.

nav and footer must have a repeating background image
vnext
Paul Schneider 9 years ago
parent 1e5b0c82e2
commit bdae927f67
2 changed files with 8 additions and 3 deletions

@ -28,7 +28,7 @@ nav {
margin: 1em;
padding: 1em;
display: block;
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% no-repeat fixed ;
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ;
min-height: 10em;
}
@ -37,7 +37,7 @@ main {
margin: 1em;
padding: 1em;
display: block;
background: url("/images/p8-av4.png") 50% 20em repeat fixed ;
background: url("/images/p8-av4.png") 50% 20em no-repeat fixed ;
min-height: 10em;
}
@ -277,7 +277,7 @@ input, select {
margin: .5em;
padding: .5em;
min-height: 3em;
background: url("/images/star-939235_1280.xxs.jpg") 0 0 repeat fixed;
background: url("/images/star-939235_1280.xxs.jpg") 0 0 no-repeat fixed;
}
nav {
margin: .5em;

@ -1,3 +1,8 @@
2015-10-02 Paul Schneider <paul@pschneider.fr>
* style.css: yauniformisation small & large screens.
nav and footer must have a repeating background image
2015-10-02 Paul Schneider <paul@pschneider.fr>
* style.css: style uniformisation, between small and large

Loading…