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 @@
<title>Connexion</title>
</head>
<body>
<div>
<?php include("header.php"); ?>
</div>
<div style="height: 50px;" ></div>
connection
</body>
</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;
color: #77AEA7;
font-size: 40px;
}
a.connection {
float: right;
font-size: 40px;
color: #77AEA7;
}
\ No newline at end of file
......@@ -6,6 +6,9 @@
*/
echo "
<link rel=\"stylesheet\" href=\"header.css\">
<h1 class='header'><a href='index.php'>???</a></h1>
<a href='connexion.html' style='display: inline-block;'>Conexion/Inscription</a>";
?>
\ No newline at end of file
<div class='header'>
<a href='index.php' class='title'>???</a>
<a href='connexion.php' class='connection''>Connection/Inscription</a>
</div>
";
?>
......@@ -5,9 +5,13 @@
<meta charset="utf-8" />
</head>
<body>
<div class="header">
<div>
<?php include("header.php"); ?>
</div>
Bonjour
<div style="height: 50px;" ></div>
<div class="corps">
<p> bonjour</p>
</div>
</body>
</html>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter