Skip to content

Commit 4a736ca

Browse files
committed
add style.css file, add images file
1 parent 8c176e0 commit 4a736ca

6 files changed

Lines changed: 11 additions & 3 deletions

File tree

Wireframe/images/README-image.png

74.2 KB
Loading

Wireframe/images/git-branch.jpg

15.7 KB
Loading

Wireframe/images/wireframe.png

55.4 KB
Loading

Wireframe/images/wireframe1.jpg

521 KB
Loading

Wireframe/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ <h1>Wireframe</h1>
2323
<main>
2424
<article>
2525
<img src="images/README-image.png" alt="an image showing an example of a README file" />
26-
<h2>What is the purpose of a README file?</h2>/*adding a comment*/
26+
<h2>
27+
What is the purpose of a README file?
28+
</h2>
2729
<p>
2830
A README file is the foundational documentation
2931
for a software, dataset, or coding project.

Wireframe/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As well as useful links to learn more */
2424
--line: 1px solid;
2525
--container: 1280px;
2626
}
27-
/* ====== Base Elements ======
27+
2828
General rules for basic HTML elements in any context */
2929
body {
3030
background: var(--paper);
@@ -50,10 +50,16 @@ main {
5050
margin: 0 auto calc(var(--space) * 4) auto;
5151
}
5252
footer {
53+
background-color: black;
54+
color: white;
55+
font-size: 10px;
5356
position: fixed;
5457
bottom: 0;
5558
text-align: center;
59+
box-sizing: border-box;
60+
width: 100%;
5661
}
62+
5763
/* ====== Articles Grid Layout ====
5864
Setting the rules for how articles are placed in the main element.
5965
Inspect this in Devtools and click the "grid" button in the Elements view
@@ -86,4 +92,4 @@ article {
8692
> img {
8793
grid-column: span 3;
8894
}
89-
}
95+
}

0 commit comments

Comments
 (0)