Skip to content

Commit 6379fd0

Browse files
committed
replace image
1 parent 616b0aa commit 6379fd0

2 files changed

Lines changed: 1 addition & 10 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://www.shutterstock.com/image-vector/code-branch-icon-graphic-design-260nw-2680965269.jpg" alt="Git Branch" />
58+
<img src="https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FCyfSTxhXEAA91sW.jpg%3Alarge" alt="Git Branch" />
5959
<h2>What is a branch in Git?</h2>
6060
<h3>Summary</h3>
6161
<p>

Wireframe/style.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,4 @@ article {
6262
grid-template-columns: 1fr 1fr;
6363
gap: 20px;
6464
}
65-
.row {
66-
display: flex;
67-
gap: 10px;
68-
}
6965

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

0 commit comments

Comments
 (0)