summaryrefslogtreecommitdiff
path: root/static/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/about.html')
-rw-r--r--static/about.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/static/about.html b/static/about.html
index 6e0fc82..aa8ed48 100644
--- a/static/about.html
+++ b/static/about.html
@@ -30,12 +30,20 @@
<h1>About this Website</h1>
</div>
- <main id="wrapper-center">
- <span>
- This website will contain all projects related to The
- Odin Project online course.
- </span>
+ <main>
+ <div class="wrapper-centered">
+ <span>
+ This website will contain all projects related to The
+ Odin Project online course.
+ </span>
+ </div>
</main>
+
+ <footer>
+ <div class="wrapper-centered">
+ <p>Bottom Text</p>
+ </div>
+ </footer>
</body>
<script src=""></script>