File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 3131 background-image : url(./ ressource/img/03.jpg);
3232 background-size : cover;
3333 background-position : center;
34- display : block;
35- position : fixed;
3634
3735}
3836
Original file line number Diff line number Diff line change @@ -27,7 +27,13 @@ body {
2727
2828
2929}
30+ .banniere {
31+ padding : 50px ;
32+ background-image : url(./ ressource/img/03.jpg);
33+ background-size : cover;
34+ background-position : center;
3035
36+ }
3137.github {
3238 background-image : url(./ ressource/github-mark-white.png);
3339 background-size : 40px ;
@@ -96,14 +102,7 @@ footer {
96102 clear : both;
97103}
98104
99- .banniere {
100- padding : 50px ;
101- background-image : url(./ ressource/img/03.jpg);
102- background-size : cover;
103- background-position : center;
104- background-attachment : fixed;
105105
106- }
107106
108107.Art {
109108 width : 100% ;
You can’t perform that action at this time.
0 commit comments