Skip to content

Commit a434585

Browse files
committed
Fixed footer Postion
1 parent 5671910 commit a434585

4 files changed

Lines changed: 3 additions & 13 deletions

File tree

File renamed without changes.

Wireframe/images/image3.jpg

1.99 MB
Loading

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>What is the purpose of a README file?</h2>
3030
</article>
3131

3232
<article>
33-
<img src="placeholder.svg" alt="" />
33+
<img src="images/image2.jpg" alt="" />
3434
<h2>What is the purpose of a wireframe?</h2>
3535
<p>
3636
A wireframe is a visual representation of a website or app's layout and
@@ -41,7 +41,7 @@ <h2>What is the purpose of a wireframe?</h2>
4141
</article>
4242

4343
<article>
44-
<img src="placeholder.svg" alt="" />
44+
<img src="images/image3.jpg" alt="" />
4545
<h2>What is a branch?</h2>
4646
<p>
4747
A branch in version control is a separate line of development.

Wireframe/style.css

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ a {
3737
border: var(--line);
3838
max-width: fit-content;
3939
}
40-
#picture1{
4140

42-
43-
44-
}
45-
46-
.grid-container{
47-
48-
}
4941

5042

5143

@@ -55,9 +47,7 @@ svg {
5547
object-fit: cover;
5648

5749
}
58-
.picture {
59-
60-
}
50+
6151
/* ====== Site Layout ======
6252
Setting the overall rules for page regions
6353
https://www.w3.org/WAI/tutorials/page-structure/regions/

0 commit comments

Comments
 (0)