Browse Source

VGHDGFVGJ

master
amaury-charl.reyt 3 years ago
parent
commit
cef87a1b78
  1. BIN
      ESA_root_pillars.jpg
  2. BIN
      Thumbs.db
  3. BIN
      index.jpg
  4. 18
      machinesous.html
  5. 30
      msjs.css

BIN
ESA_root_pillars.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
Thumbs.db

Binary file not shown.

BIN
index.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

18
machinesous.html

@ -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>

30
msjs.css

@ -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…
Cancel
Save