amaury-charl.reyt
3 years ago
5 changed files with 48 additions and 0 deletions
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,18 @@ |
|||
<!DOCTYPE hmtl> |
|||
<html lang ="fr"> |
|||
<head> |
|||
<title>Trois chiffres aléatoires</title> |
|||
<link href="msjs.css" rel="stylesheet"> |
|||
<script scr="code.js"></script> |
|||
</head> |
|||
<body> |
|||
<header> |
|||
<h1> MACHINE A SOUS</h1> |
|||
<p> Prêt à tenter sa chance ?</p> |
|||
<div class="imageD"> |
|||
<img src="index.jpg"> |
|||
</div> |
|||
<button onclick="nbAlea()">Lancez !</button> |
|||
<button onclick="regles">Règles :</button> |
|||
</header> |
|||
</body> |
@ -0,0 +1,30 @@ |
|||
|
|||
header |
|||
{ |
|||
background-color: #687C96; |
|||
background-repeat: no-repeat; |
|||
position: fixed; |
|||
background-size: 100% 100%; |
|||
width: 100%; |
|||
text-align:center; |
|||
height: 100%; |
|||
} |
|||
header h1 |
|||
{ |
|||
font-family: arial; |
|||
text-align: center; |
|||
color: rgba(255,120,3,1); |
|||
font-size: 3em; |
|||
text-shadow: 2pt 2pt 4pt black; |
|||
} |
|||
|
|||
header p |
|||
{ |
|||
|
|||
} |
|||
|
|||
button |
|||
{ |
|||
width:5%; |
|||
height:5%; |
|||
} |
Loading…
Reference in new issue