Skip to content

Commit aea519a

Browse files
committed
up
1 parent 61960b3 commit aea519a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pages/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ footer {
9797
background-image: url(./ressource/img/03.jpg);
9898
background-size: cover;
9999
background-position: center;
100+
background-attachment: fixed;
100101

101102
}
102103

@@ -441,3 +442,9 @@ img {
441442
.contact-info h2 {
442443
margin-bottom: 20px;
443444
}
445+
446+
@media (min-width: 320px) and (max-width: 480px) {
447+
448+
/* CSS */
449+
450+
}

style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ footer {
101101
background-image: url(./ressource/img/03.jpg);
102102
background-size: cover;
103103
background-position: center;
104+
background-attachment: fixed;
104105

105106
}
106107

@@ -207,4 +208,10 @@ li {
207208

208209
#dev h3{
209210
color: #f7f7f7;
210-
}
211+
}
212+
213+
@media (min-width: 320px) and (max-width: 480px) {
214+
215+
/* CSS */
216+
217+
}

0 commit comments

Comments
 (0)