Skip to content

Commit 4ce5321

Browse files
committed
fix footer
1 parent ef92e54 commit 4ce5321

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>Wireframe</h1>
2727
src="https://public-images.interaction-design.org/literature/articles/materials/ElementsofaWireframe.png"
2828
width="300"
2929
height="200"
30-
alt="Wireframe"
30+
alt="Wireframe Design"
3131
/>
3232
<h2>Purpose of Readme file</h2>
3333
<p>
@@ -47,7 +47,7 @@ <h2>Purpose of Readme file</h2>
4747
src="https://ubc-lib-geo.github.io/gis-workshop-waml-template/content/img/readme3.png"
4848
width="300"
4949
height="200"
50-
alt="Readme"
50+
alt="Readme file example"
5151
/>
5252
<h2>Purpose of Wireframe</h2>
5353
<p>
@@ -69,7 +69,7 @@ <h2>Purpose of Wireframe</h2>
6969
src="https://framerusercontent.com/images/jmGsErVaXE9HMnmsIjHDba05DSg.png"
7070
width="300"
7171
height="200"
72-
alt="Branch"
72+
alt="Git Branch Visual Graph"
7373
/>
7474
<h2>Purpose of Branch</h2>
7575
<p>

Wireframe/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ footer {
5353
position: fixed;
5454
bottom: 0;
5555
text-align: center;
56+
border-top: var(--line);
57+
width: 100%;
58+
background: var(--paper);
59+
padding: var(--space);
5660
}
5761
/* ====== Articles Grid Layout ====
5862
Setting the rules for how articles are placed in the main element.
@@ -69,6 +73,14 @@ main {
6973
grid-column: span 2;
7074
}
7175
}
76+
77+
h1 {
78+
text-align: center;
79+
}
80+
header p {
81+
text-align: center;
82+
}
83+
7284
/* ====== Article Layout ======
7385
Setting the rules for how elements are placed in the article.
7486
Now laying out just the INSIDE of the repeated card/article design.

0 commit comments

Comments
 (0)