Skip to content

Commit 56071b9

Browse files
committed
CSS:
- Base Elements- img, svg: added property: "margin 10px" - Article Layout- article: removed img "max-width/max-height" properties
1 parent df0ba7f commit 56071b9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Wireframe</h2>
3535
<article>
3636
<img src="README-File-Example.jpg" alt="Picture of an example README file" />
3737

38-
<h2>README</h2>
38+
<h2>README</h2>]
3939

4040
<p>
4141
The purpose of a README file is to provide important information for a project or piece of software.

Wireframe/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ img,
4040
svg {
4141
width: 100%;
4242
object-fit: cover;
43+
margin: 10px;
4344
}
4445

4546
/* ====== Text Formatting ===== */
@@ -97,8 +98,6 @@ article {
9798
grid-column: 2/3;
9899
}
99100
> img {
100-
max-width: 500px;
101-
max-height: 500px;
102101
grid-column: span 3;
103102
}
104103
}

0 commit comments

Comments
 (0)