Skip to content

Commit 186465d

Browse files
committed
changed the image name, styled the footer
1 parent 218c5d8 commit 186465d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Wireframe</h1>
1616
</header>
1717
<main>
1818
<article>
19-
<img src="Screenshot 2026-05-19 at 11.31.04 am.png" alt="" />
19+
<img src="readme.png" alt="" />
2020
<h2>readme file</h2>
2121
<p>
2222
A readme file informs anyone looking at your repository what your project is about. It lets them know how to install it (if its an application) and how to use it.

Wireframe/Screenshot 2026-05-19 at 11.31.04 am.png renamed to Wireframe/readme.png

File renamed without changes.

Wireframe/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ body {
3030
background: var(--paper);
3131
color: var(--ink);
3232
font: var(--font);
33+
box-sizing: border-box;
34+
margin: 0;
3335
}
3436
a {
3537
padding: var(--space);
@@ -59,6 +61,8 @@ footer {
5961
position: fixed;
6062
bottom: 0;
6163
width: 100%;
64+
box-sizing: border-box;
65+
border: 1px, solid, black;
6266
}
6367
/* ====== Articles Grid Layout ====
6468
Setting the rules for how articles are placed in the main element.
@@ -97,6 +101,5 @@ article {
97101
}
98102

99103
.footer__p {
100-
display: block;
101104
text-align: center;
102105
}

0 commit comments

Comments
 (0)