Continuation de la page index.php.

This commit is contained in:
Yoann Bonavero 2011-02-17 14:04:39 +01:00
parent 52635343d4
commit 39611da89f
2 changed files with 12 additions and 1 deletions

View File

@ -12,7 +12,10 @@
<?php include("menu.html"); ?>
</div>
<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 class="footer">
<?php include("footer.html"); ?>

View File

@ -35,6 +35,14 @@
padding-bottom : 4em;
}
.content p {
margin-left : 2%;
}
.content p:first-letter {
margin-left : 2%;
}
html, body {
padding: 0;
margin: 0;