Skip to content

Commit 51af1ec

Browse files
committed
up
1 parent 796ab06 commit 51af1ec

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

pages/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ body {
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

style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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%;

0 commit comments

Comments
 (0)