Skip to content

Commit 2df8da9

Browse files
committed
all requirements met - final version
1 parent 05bf523 commit 2df8da9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<body>
1010
<header>
1111
<h1>Exploring README Files, Wireframes and Git Branches</h1>
12+
<p>We will be looking at the purposes and benefits of README files, Wireframes and Git Branches</p>
1213
</header>
1314
<main>
1415
<article>
@@ -44,7 +45,7 @@ <h2>Git Branches</h2>
4445
</main>
4546
<footer>
4647
<p>
47-
This is the default, provided code and no changes have been made yet.
48+
email: taliakucuk1@gmail.com
4849
</p>
4950
</footer>
5051
</body>

Wireframe/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ main {
5252
margin: 0 auto calc(var(--space) * 4) auto;
5353
}
5454
footer {
55-
position: fixed;
5655
bottom: 0;
5756
text-align: center;
57+
width:100%;
58+
padding: var(--space);
5859
}
5960
/* ====== Articles Grid Layout ====
6061
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)