diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
| commit | 9de361d8d774b073ad34d8e5700e76cd7681a3f8 (patch) | |
| tree | e549839cdb15fd59e7f658ada07e2d0d2af7c3f0 /static/about.html | |
| parent | 8e9cc12e4806eb830515a585ac481c6f37a92f2f (diff) | |
added more images, restyled home page
Diffstat (limited to 'static/about.html')
| -rw-r--r-- | static/about.html | 18 |
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> |
