Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6d12b3

Browse files
committed
fix imag gallery
1 parent7b1315a commita6d12b3

File tree

3 files changed

+12
-26
lines changed

3 files changed

+12
-26
lines changed

‎95-headphones product page/index.html

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,12 @@ <h2>People Aren't Hearing All the Music</h2>
6161
<!-- Gallery -->
6262
<sectionclass="section-gallery">
6363
<divclass="gallery">
64-
<ahref="https://i.ibb.co/CHLBZnp/gal2323.jpg"class="big"
65-
><imgsrc="https://i.ibb.co/CHLBZnp/gal2323.jpg"alt=""
66-
/></a>
67-
<ahref="https://i.ibb.co/4pBbhfY/gal39834.jpg"class="big"
68-
><imgsrc="https://i.ibb.co/4pBbhfY/gal39834.jpg"alt=""
69-
/></a>
70-
<ahref="https://i.ibb.co/xSnHP7g/gal43884.jpg"class="big"
71-
><imgsrc="https://i.ibb.co/xSnHP7g/gal43884.jpg"alt=""
72-
/></a>
73-
<ahref="https://i.ibb.co/QN6Bnrb/gal4958.jpg"class="big"
74-
><imgsrc="https://i.ibb.co/QN6Bnrb/gal4958.jpg"alt=""
75-
/></a>
76-
<ahref="https://i.ibb.co/dGZvj75/gal4545.jpg"class="big">
77-
<imgsrc="https://i.ibb.co/dGZvj75/gal4545.jpg"alt=""
78-
/></a>
79-
<ahref="https://i.ibb.co/S6FVFNt/gal74744.jpg"class="big"
80-
><imgsrc="https://i.ibb.co/S6FVFNt/gal74744.jpg"alt=""
81-
/></a>
64+
<imgsrc="https://i.ibb.co/CHLBZnp/gal2323.jpg"alt=""class="big"/>
65+
<imgsrc="https://i.ibb.co/4pBbhfY/gal39834.jpg"alt=""class="big"/>
66+
<imgsrc="https://i.ibb.co/xSnHP7g/gal43884.jpg"alt=""class="big"/>
67+
<imgsrc="https://i.ibb.co/QN6Bnrb/gal4958.jpg"alt=""class="big"/>
68+
<imgsrc="https://i.ibb.co/dGZvj75/gal4545.jpg"alt=""class="big"/>
69+
<imgsrc="https://i.ibb.co/S6FVFNt/gal74744.jpg"alt=""class="big"/>
8270
</div>
8371
</section>
8472

@@ -136,7 +124,6 @@ <h3>Subscribe</h3>
136124
</div>
137125
</div>
138126
</footer>
139-
140127
<scriptsrc="script.js"></script>
141128
</body>
142129
</html>

‎95-headphones product page/script.js

Whitespace-only changes.

‎95-headphones product page/style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,17 @@ img {
168168
grid-template-columns:repeat(5,1fr);
169169
}
170170

171-
.section-gallery .gallerya:first-child {
171+
.section-gallery .galleryimg:first-child {
172172
grid-row:1/3;
173173
grid-column:1/3;
174174
}
175175

176-
.section-gallery .gallerya:nth-child(2) {
176+
.section-gallery .galleryimg:nth-child(2) {
177177
grid-column-start:3;
178178
grid-column-end:5;
179179
}
180180

181-
.section-gallery .galleryimg,
182-
.section-gallery .gallerya {
181+
.section-gallery .galleryimg {
183182
width:100%;
184183
height:100%;
185184
}
@@ -301,17 +300,17 @@ img {
301300
grid-template-columns:repeat(3,1fr);
302301
}
303302

304-
.section-gallery .gallerya:first-child {
303+
.section-gallery .galleryimg:first-child {
305304
grid-row:1/1;
306305
grid-column:1/1;
307306
}
308307

309-
.section-gallery .gallerya:nth-child(2) {
308+
.section-gallery .galleryimg:nth-child(2) {
310309
grid-row:2/2;
311310
grid-column:2/4;
312311
}
313312

314-
.section-gallery .gallerya:last-child {
313+
.section-gallery .galleryimg:last-child {
315314
display: none;
316315
}
317316

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp