Skip to content

Commit 1fbb2fa

Browse files
committed
add image
1 parent a84fdf3 commit 1fbb2fa

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h3>Summary</h3>
3030
<li>How to install it (if needed)</li>
3131
<li>Any important instructions or notes</li>
3232
</ul>
33-
3433
</p>
3534
<a href="https://en.wikipedia.org/wiki/README">Read more</a>
3635
</article>
@@ -56,7 +55,7 @@ <h3>Summary</h3>
5655
<a href="https://en.wikipedia.org/wiki/Website_wireframe">Read more</a>
5756
</article>
5857
<article>
59-
<img src="https://docs.github.com/assets/cb-2058/images/help/branches/pr-retargeting-diagram1.png" alt="Git Branch" />
58+
<img src="https://gitprotect.io/blog/wp-content/uploads/2023/12/Git-baranching-strategies4-1-1024x576.jpg" alt="Git Branch" />
6059
<h2>What is a branch in Git?</h2>
6160
<h3>Summary</h3>
6261
<p>

Wireframe/style.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,5 @@ article {
7070
grid-column: span 3;
7171
}
7272
}
73-
.image-row {
74-
display: grid;
75-
grid-template-columns: 1fr 1fr;
76-
gap: var(--space);
77-
}
7873

79-
.image-row img {
80-
width: 100%;
81-
height: auto;
82-
object-fit: cover;
83-
}
8474

0 commit comments

Comments
 (0)