Skip to content

Commit f9c6555

Browse files
author
russom
committed
Images contained in one folder called images.
1 parent 6201f8e commit f9c6555

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>A Wireframe is a simple two dimentional blueprint of a website. </h2>
1313
</header>
1414
<main>
1515
<article>
16-
<img src="README.png" alt="" />
16+
<img src="images/README.png" alt="" />
1717
<h2>The purpose of a README file</h2>
1818
<p>
1919
A README file is a text file that provides information about a project. It typically
@@ -25,7 +25,7 @@ <h2>The purpose of a README file</h2>
2525
<a href="">Read more</a>
2626
</article>
2727
<article>
28-
<img src="wireframe.png" alt="" />
28+
<img src="images/wireframe.png" alt="" />
2929
<h2>The purpose of a wireframe</h2>
3030
<p>
3131
A wireframe is a simple line diagram representing the skeleton of a website
@@ -35,7 +35,7 @@ <h2>The purpose of a wireframe</h2>
3535
<a href="">Read more</a>
3636
</article>
3737
<article>
38-
<img src="Git-logo.svg" alt="" />
38+
<img src="images/Git-logo.svg" alt="" />
3939
<h2>Branch in Git</h2>
4040
<p>
4141
A branch is a sequence of commits in a project. It is a way to work on different

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h1 {
3232
padding: var(--space);
3333
}
3434
h2 {
35-
text-align: center;
35+
font-size: 1.25em;
3636
}
3737
body {
3838
background: var(--paper);

0 commit comments

Comments
 (0)