Skip to content

Commit 3bf756a

Browse files
committed
edit style
1 parent b710356 commit 3bf756a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>WIREFRAME</h1>
1717
</header>
1818
<main>
1919
<article>
20-
<img src="https://i.ytimg.com/vi/jeOfS90Flf8/maxresdefault.jpg" alt="Readme.md" />
20+
<img src="https://i.ytimg.com/vi/jeOfS90Flf8/maxresdefault.jpg" alt="Readme.md"/>
2121
<h2>What is the purpose of a README file?</h2>
2222
<h3>Summary</h3>
2323
<p>
@@ -34,7 +34,7 @@ <h3>Summary</h3>
3434
<a href="https://en.wikipedia.org/wiki/README">Read more</a>
3535
</article>
3636
<article>
37-
<img src="https://cdn.sanity.io/images/599r6htc/regionalized/4c8605ad998d69b03a6eefb850cce5e23a0a96dc-2880x1440.png?w=2880&h=1440&q=75&fit=max&auto=format" alt="Wireframe" />
37+
<img src="https://cdn.sanity.io/images/599r6htc/regionalized/4c8605ad998d69b03a6eefb850cce5e23a0a96dc-2880x1440.png?w=2880&h=1440&q=75&fit=max&auto=format" alt="Wireframe"/>
3838
<h2>What is the purpose of a wireframe?</h2>
3939
<h3>Summary</h3>
4040
<p>
@@ -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://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2aridnng7k6bly55lic9.jpeg" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2aridnng7k6bly55lic9.jpeg" alt="Git Branch"/>
5959
<h2>What is a branch in Git?</h2>
6060
<h3>Summary</h3>
6161
<p>

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ article {
5454
}
5555
> img {
5656
grid-column: span 3;
57+
height: 300px;
58+
width: 100%;
59+
object-fit: cover;
5760
}
5861
}
5962
.container {

0 commit comments

Comments
 (0)