Skip to content

Commit 5a0dd23

Browse files
committed
I updated the footer
1 parent 488dee1 commit 5a0dd23

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>What is wireframe?</h2>
2424
</article>
2525

2626
<article>
27-
<img src="readme.jpg" alt="" />
27+
<img src="readme.jpg" alt="Readme is a file with instructions for the project"/>
2828
<h2>What is an readme file</h2>
2929
<p>
3030
The purpose of a readme file is to primarily serve as an official document with instructions and user manual for project, dataset and software repository
@@ -33,17 +33,13 @@ <h2>What is an readme file</h2>
3333
</article>
3434

3535
<article>
36-
<img src="branchgit.jpg" alt="" />
36+
<img src="branchgit.jpg" alt="A branch in Git is an indicator to an individual commit"/>
3737
<h2>What is an branch in Git</h2>
3838
<p>
3939
A branch in Git is a seperate workspace where you can make changes and try new ideas withou affecting the main project
4040
</p>
4141
<a href="https://www.atlassian.com/git/tutorials/using-branches">Read more</a>
4242
</article>
43-
44-
45-
46-
4743
</main>
4844
<footer>
4945
<p>

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ article {
8787
grid-column: span 3;
8888
}
8989
}
90+
footer {
91+
background-color: yellow;
92+
}

0 commit comments

Comments
 (0)