Machine à sous
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
484 B

3 years ago
header
{
3 years ago
background-color: #202020;
3 years ago
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;
3 years ago
color:#c0c0c0;
3 years ago
font-size: 3em;
text-shadow: 2pt 2pt 4pt black;
}
3 years ago
h2 {
color:#c0c0c0;
}
3 years ago
header p
{
3 years ago
color:#c0c0c0;
3 years ago
}
button
{
width:5%;
height:5%;
}
ul li
{
display:inline;
font-size: 2em;
padding:2%;
color: orange;
3 years ago
}
3 years ago
pText{
padding:5%;
}