Skip to content

Commit 616b0aa

Browse files
committed
replace image
1 parent 4e83bc5 commit 616b0aa

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>Summary</h3>
5555
<a href="https://en.wikipedia.org/wiki/Website_wireframe">Read more</a>
5656
</article>
5757
<article>
58-
<img src="https://gitprotect.io/blog/wp-content/uploads/2023/12/Git-baranching-strategies4-1-1024x576.jpg" alt="Git Branch" />
58+
<img src="https://www.shutterstock.com/image-vector/code-branch-icon-graphic-design-260nw-2680965269.jpg" alt="Git Branch" />
5959
<h2>What is a branch in Git?</h2>
6060
<h3>Summary</h3>
6161
<p>

Wireframe/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ main {
3131
margin: 0 auto calc(var(--space) * 4) auto;
3232
}
3333
footer {
34-
position: fixed;
3534
bottom: 0;
3635
text-align: center;
3736
}
@@ -63,4 +62,13 @@ article {
6362
grid-template-columns: 1fr 1fr;
6463
gap: 20px;
6564
}
65+
.row {
66+
display: flex;
67+
gap: 10px;
68+
}
6669

70+
.row img {
71+
flex: 1;
72+
height: 200px;
73+
object-fit: cover;
74+
}

0 commit comments

Comments
 (0)