Skip to content
Extraits de code Groupes Projets
Valider 5985261a rédigé par Romain 'Table' DROUIN's avatar Romain 'Table' DROUIN
Parcourir les fichiers

premier header fonctionnel plus ou moins...

parent fb365677
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
<title>Connexion</title> <title>Connexion</title>
</head> </head>
<body> <body>
<div>
<?php include("header.php"); ?>
</div>
<div style="height: 50px;" ></div>
connection
</body> </body>
</html> </html>
\ No newline at end of file
h1.header { div.header {
position: fixed;
top: 0;
right: 0;
left: 0;
margin: 0;
border: medium solid #04384F;
background: #1b5962;
color: #77AEA7;
height: 50px;
min-width: 30px;
}
.title {
float: left;
display: inline-block; display: inline-block;
color: #77AEA7;
font-size: 40px;
}
a.connection {
float: right;
font-size: 40px;
color: #77AEA7;
} }
\ No newline at end of file
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
*/ */
echo " echo "
<link rel=\"stylesheet\" href=\"header.css\"> <link rel=\"stylesheet\" href=\"header.css\">
<h1 class='header'><a href='index.php'>???</a></h1> <div class='header'>
<a href='connexion.html' style='display: inline-block;'>Conexion/Inscription</a>"; <a href='index.php' class='title'>???</a>
<a href='connexion.php' class='connection''>Connection/Inscription</a>
</div>
";
?> ?>
...@@ -5,9 +5,13 @@ ...@@ -5,9 +5,13 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
<body> <body>
<div class="header"> <div>
<?php include("header.php"); ?> <?php include("header.php"); ?>
</div> </div>
Bonjour <div style="height: 50px;" ></div>
<div class="corps">
<p> bonjour</p>
</div>
</body> </body>
</html> </html>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter