Fix content spacing/centering
This commit is contained in:
parent
0f76797845
commit
e53dc3bb91
@ -31,7 +31,6 @@ h1 {
|
|||||||
font-family: 'Roboto', 'sans-serif';
|
font-family: 'Roboto', 'sans-serif';
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 0.6em;
|
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -40,7 +39,7 @@ p {
|
|||||||
|
|
||||||
/* HEADER */
|
/* HEADER */
|
||||||
header {
|
header {
|
||||||
margin-bottom: 5%;
|
margin-bottom: 4%;
|
||||||
}
|
}
|
||||||
#header-container {
|
#header-container {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
11
index.php
11
index.php
@ -27,16 +27,17 @@
|
|||||||
<!-- Page Content -->
|
<!-- Page Content -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Bienvenue sur <span class="important">FunctionProject</span>! 🎉</h1>
|
<h1>Bienvenue sur <span class="important">FunctionProject</span>! 🎉</h1>
|
||||||
<p class="pt-3">FunctionProject est un projet créé par <a href="https://divlo.fr/" target="_blank">Divlo</a> qui a pour but de rassembler plein de mini-programme (fonctions JavaScript) permettant de faire plusieurs choses comme <b>savoir la météo</b>, générer un <b>nombre aléatoire</b>, etc.
|
<p class="mt-5">FunctionProject est un projet créé par <a href="https://divlo.fr/" target="_blank">Divlo</a> qui a pour but de rassembler plein de mini-programme (fonctions JavaScript) permettant de faire plusieurs choses comme <b>savoir la météo</b>, générer un <b>nombre aléatoire</b>, etc.
|
||||||
|
<br> <br>
|
||||||
|
<div><p class="text-center">
|
||||||
|
<a href="./views/function-list.php">Cliquez ici pour accéder à la liste des fonctions.</a>
|
||||||
<br> <br>
|
<br> <br>
|
||||||
<a class="d-flex justify-content-center" href="./views/function-list.php">Cliquez ici pour accéder à la liste des fonctions.</a>
|
|
||||||
<br>
|
|
||||||
L'intégralité du <a target="_blank" href="https://github.com/Divlo/FunctionProject">code source</a> de ce site est disponible sur <a href="https://github.com/Divlo">mon profil GitHub</a> <i class="fab fa-github"></i>.
|
L'intégralité du <a target="_blank" href="https://github.com/Divlo/FunctionProject">code source</a> de ce site est disponible sur <a href="https://github.com/Divlo">mon profil GitHub</a> <i class="fab fa-github"></i>.
|
||||||
<br>
|
<br>
|
||||||
Je suis débutant en programmation donc si je commets une erreur dans le code, n'hésitez pas à me le faire savoir <i class="fas fa-code"></i>.
|
Je suis débutant en programmation donc si je commets une erreur dans le code, n'hésitez pas à me le faire savoir <i class="fas fa-code"></i>.
|
||||||
<br><br>
|
<br> <br>
|
||||||
Vous pouvez m'envoyer vos avis, suggestion d'ajouts, éventuel bug/problème grâce à ce <a href="https://docs.google.com/forms/d/1NliUWi3lntHDM42Td0C47J0cZKgnYilxT_0UcdmVaog/" target="_blank">Feedback Formulaire</a> 📝.
|
Vous pouvez m'envoyer vos avis, suggestion d'ajouts, éventuel bug/problème grâce à ce <a href="https://docs.google.com/forms/d/1NliUWi3lntHDM42Td0C47J0cZKgnYilxT_0UcdmVaog/" target="_blank">Feedback Formulaire</a> 📝.
|
||||||
</p>
|
</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1>La liste des <span class="important">Fonctions</span> :</h1>
|
<h1>La liste des <span class="important">Fonctions</span> :</h1>
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered mt-5">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Nom</th>
|
<th scope="col">Nom</th>
|
||||||
|
Reference in New Issue
Block a user