Skip to content

Commit a963471

Browse files
author
adedolapo
committed
Update index.html and style.css for improved content structure and styling
1 parent 1e15b2b commit a963471

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ <h2>READme</h2>
2626
<p>
2727
The purpose of a READme file is to provide information about a project, including how to instructions and tasks
2828
to be done.
29-
29+
</p>
30+
<div>
3031
<a href="">Read more</a>
32+
</div>
3133
</article>
3234

3335
<article>
3436
<img src="placeholder.svg" alt="an image depicting wireframe " />
35-
3637
<h2>Wireframe</h2>
3738
<p>A wireframe is a visual guide that represents the skeletal framework of a website or application, outlining the
3839
layout and structure of its content and functionality.</p>
@@ -47,11 +48,11 @@ <h2>Git branch</h2>
4748
<p>A branch in a git, is a perosnal workspace to work on tasks independently.</p>
4849

4950
<a href="">Read more</a>
50-
51+
</article>
5152
</main>
5253
<footer>
5354
if you have any questions follow this link to my <a
54-
href="[Wireframe](https://www.productplan.com/glossary/wireframe/)">Wireframe</a>
55+
href="https://www.productplan.com/glossary/wireframe/">Wireframe</a>
5556

5657
<p>
5758
Adedolapo January 2026

Wireframe/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ header {
5555
}
5656
p {
5757
margin: var(--space) 0;
58-
text-align: center;
58+
text-align: justify;
5959
}
6060

6161
footer {
62+
position: fixed;
6263
bottom: 0;
6364
text-align: center;
6465
}

0 commit comments

Comments
 (0)