Skip to content

Commit 3fd4b7f

Browse files
Charlene TranCharlene Tran
Charlene Tran
authored and
Charlene Tran
committed
CT completed - working on Bonus 1, completed 2-3
1 parent bb4175b commit 3fd4b7f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fetch/studio-CT/script.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ window.addEventListener("load", function () {
3232
</div>
3333
<img class="avatar" src="${json[i].picture}">
3434
</div>
35-
36-
3735
`
3836
} else {
3937
container.innerHTML += `
@@ -48,7 +46,6 @@ window.addEventListener("load", function () {
4846
</div>
4947
<img class="avatar" src="${json[i].picture}">
5048
</div>
51-
5249
`
5350
}
5451
}

fetch/studio-CT/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717

1818
.active {
1919
color: green;
20+
2021
}

0 commit comments

Comments
 (0)