Continuation de la page index.php.
This commit is contained in:
parent
52635343d4
commit
39611da89f
|
@ -12,7 +12,10 @@
|
||||||
<?php include("menu.html"); ?>
|
<?php include("menu.html"); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>Page d'accueil.</p>
|
<h2>Le projet</h2>
|
||||||
|
<p> Le projet...</p>
|
||||||
|
<h2>La beta</h2>
|
||||||
|
<p> La version beta de PtiClic...</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<?php include("footer.html"); ?>
|
<?php include("footer.html"); ?>
|
||||||
|
|
|
@ -35,6 +35,14 @@
|
||||||
padding-bottom : 4em;
|
padding-bottom : 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
margin-left : 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content p:first-letter {
|
||||||
|
margin-left : 2%;
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user