Skip to content

Commit a71ec6a

Browse files
author
Pickra
committed
Update broken links to images
1 parent 359b783 commit a71ec6a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

images/spiderman-icon.png

3.54 KB
Loading

images/spiderman-ok.jpg

4.41 KB
Loading

images/spiderman.jpg

150 KB
Loading

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<body>
99
<div class="spiderman-container">
1010
<div class="spiderman">
11-
<img src="http://www.clipartkid.com/images/773/spiders-men-clipart-clip-art-cakes-toppers-superhero-parties-1nw4sv-clipart.jpg" height="350" />
11+
<img src="images/spiderman.jpg" height="350" />
1212
<div class="description">
1313
<div class="header">
1414
Spider-man
15-
<a class="description-link" href=https://en.wikipedia.org/wiki/Spider-Man">stuff </a>
16-
MOOOOOOOOAAAR!!!
15+
<a class="description-link" href="https://en.wikipedia.org/wiki/Spider-Man">stuff </a>
16+
<div>MOOOOOOOOAAAR!!!</div>
1717
</div>
1818
</div>
1919
</div>

scss/nesting/_nesting.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
&::before {
99
display: block;
10-
content: url('http://gallery1.anivide.com/_full/80728_1442526786.gif');
10+
content: url('../images/spiderman-icon.png');
1111
}
1212

1313
img {
@@ -27,7 +27,7 @@
2727
text-decoration: none;
2828

2929
&::after {
30-
content: url('https://65.media.tumblr.com/avatar_a96a78c3d6ad_128.png');
30+
content: url('../images/spiderman-ok.jpg');
3131
display: inline-block;
3232
vertical-align: middle;
3333
}

0 commit comments

Comments
 (0)