Skip to content

Commit df0ba7f

Browse files
committed
CSS:
- article: "removed align-content: center" property HTML: - Removed stray ] bracket from "README" article
1 parent e213cb4 commit df0ba7f

2 files changed

Lines changed: 1 addition & 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ Keeping things orderly and separate is the key to good, simple CSS.
9090
article {
9191
border: var(--line);
9292
padding-bottom: var(--space);
93-
align-content: center;
9493
text-align: justify;
95-
9694
display: grid;
9795
grid-template-columns: var(--space) 1fr var(--space);
9896
> * {

0 commit comments

Comments
 (0)