Browse Source

Transférer les fichiers vers ''

master
CHASSAGNOL Bruno 2 years ago
parent
commit
e5b8defce8
  1. 26
      pageaccueilphp.html
  2. 75
      style.css

26
pageaccueilphp.html

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>casinoooooo</title>
<meta charset="utf-8">
<link href="styl.css" rel="stylesheet">
</head>
<body>
<p>connexion</p>
<p id="a"></p>
<p>inscription</p>
<p id="b"></p>
<input type="button" value="connexion" onclick="nbAlea()">
<input type="button" value="inscription" onclick="regles()">
<?php
function familyName() {
<FORM Method="POST" Action="test.php">
Nom : <INPUT type=text size=20 name=nom><BR>
Prénom : <INPUT type=text size=20 name=prenom><BR>
Age : <INPUT type=text size=2 name=age><BR>
<INPUT type=submit value=Envoyer>
</FORM>;
}
?>
</body>
</html>

75
style.css

@ -109,3 +109,78 @@ lancer {
display:inline-block display:inline-block
} }
#d{
position: absolute;
top:182px;
left:945px;
font-family:'Police';
font-size: 26px;
color: White;
z-index:3;
}
#e{
position: absolute;
top:287px;
left:945px;
font-family:'Police';
font-size: 26px;
color: White;
z-index:3;
}
#f{
position: absolute;
top:142px;
left:960px;
font-family:'Police';
font-size: 24px;
color: White;
z-index:3;
}
#g{
position: absolute;
top:243px;
left:63%;
font-family:'Police';
font-size: 26px;
color: White;
z-index:3;
}
#h{
position: absolute;
top:75px;
left:34%;
font-family:'Police';
font-size: 28px;
color: White;
z-index:3;
}
.entree{
position: absolute;
top:483px;
left:945px;
background-color:black;
z-index:3;
color:white;
font-family:'police';
font-size: 20px;
}
question{
position: absolute;
top: 40%;
text-align:center;
display:inline-block;
font-family: 'Police';
}
intro{
position: absolute;
top: 10%;
text-align:center;
display:inline-block;
font-family: 'Police';
}
Loading…
Cancel
Save