From be4d6de12b881c29c998a1ac908f3a731831294c Mon Sep 17 00:00:00 2001 From: "Planoetscher Daniel (Student Com20)" <daniel.planoetscher@stud-inf.unibz.it> Date: Mon, 5 Apr 2021 14:15:09 +0200 Subject: [PATCH] centered texts and margins --- src/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 742d724..d8454e6 100644 --- a/src/index.html +++ b/src/index.html @@ -49,9 +49,8 @@ <br> <a href="#intro">Get started</a> </p> - <br> - <br> </section> + <br><br><br><br> <section class="intro-section" id="intro"> <table> <tr> @@ -68,8 +67,9 @@ </tr> </table> </section> + <br><br><br><br> <section class="feature-section"> - <h2>Revolutionize your productivity</h2> + <h2 align="center">Revolutionize your productivity</h2> <table border="1" cellspacing="0" cellpadding="20px"> <tr> <td> @@ -125,8 +125,8 @@ </section> <br><br><br><br> <section class="team-section" id="team"> - <h2>Our Team</h2> - <p> + <h2 align="center">Our Team</h2> + <p align="center"> People are what makes a project great, and here are the people that make us great. </p><br><br> -- GitLab