yauniformisation small & large screens.
nav and footer must have a repeating background image
This commit is contained in:
@ -28,7 +28,7 @@ nav {
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
display: block;
|
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;
|
min-height: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ main {
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
display: block;
|
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;
|
min-height: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,7 +277,7 @@ input, select {
|
|||||||
margin: .5em;
|
margin: .5em;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
min-height: 3em;
|
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 {
|
nav {
|
||||||
margin: .5em;
|
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>
|
2015-10-02 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
* style.css: style uniformisation, between small and large
|
* style.css: style uniformisation, between small and large
|
||||||
|
Reference in New Issue
Block a user