Skip to content

Commit 33516ee

Browse files
committed
add and style article images
1 parent 8c86b9f commit 33516ee

2 files changed

Lines changed: 7 additions & 5 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>Developer essentials</h1>
1717
</header>
1818
<main>
1919
<article>
20-
<img src="placeholder.svg" alt="" />
20+
<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%2Frb46gni0wl2759llb6xs.png" alt="readme file" />
2121
<h2>What is a README file?</h2>
2222
<p>
2323
A README is ...
@@ -26,7 +26,7 @@ <h2>What is a README file?</h2>
2626
</article>
2727

2828
<article>
29-
<img src="placeholder.svg" alt="" />
29+
<img src="https://live.staticflickr.com/2154/5734993652_d4a2ee8778_b.jpg" alt="" />
3030
<h2>What is the purpose of a wireframe?</h2>
3131
<p>
3232
A wireframe is ...
@@ -35,7 +35,7 @@ <h2>What is the purpose of a wireframe?</h2>
3535
</article>
3636

3737
<article>
38-
<img src="placeholder.svg" alt="" />
38+
<img src="https://blog.nobledesktop.com/_next/image?url=%2Fimages%2Fblog%2Fgit-branches%2Fgit-branches-merge.png&w=750&q=75" alt="git branching diagram" />
3939
<h2>What is a branch in Git?</h2>
4040
<p>
4141
A branch in Git is ...

Wireframe/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ a {
3838
border: var(--line);
3939
max-width: fit-content;
4040
text-decoration: none;
41+
font-weight: bold;
4142
}
42-
img,
43-
svg {
43+
img {
4444
width: 100%;
4545
object-fit: cover;
46+
height: 350px;
47+
filter: grayscale(70%) ;
4648
}
4749
/* ====== Site Layout ======
4850
Setting the overall rules for page regions

0 commit comments

Comments
 (0)