-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (63 loc) · 1.07 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@font-face
{
font-family: 'GameBattles';
src: url('game_battles/game-battles-2.ttf');
}
@font-face
{
font-family: 'GameBoy_GameGirl';
src: url('FontsFree-Net/FontsFree-Net-GAMEG___.ttf');
}
body
{
font-family: 'GameBoy_GameGirl', Courier New;
color: white;
background: black;
}
h1
{
font-family: 'GameBattles';
font-style: italic;
font-size: 45px;
color: white;
text-shadow: 0 0 15px #00d8ff;
padding: 20px 0 20px 0;
text-align: center;
margin: auto;
}
#chiffre
{
position: relative;
top: -41px;
overflow: hidden;
margin: 0;
margin-left: 100px;
font-size: 46px;
color: #00d8ff;
text-shadow: 0 5px 10px white;
}
#lettre
{
font-size: 36px;
position: relative;
top: -20px;
margin-left: 75px;
min-height: 50px;
color: #00d8ff;
text-shadow: 0 0 12px white;
}
a
{
text-decoration: none;
color: white;
text-shadow: 0 0 12px #00d8ff;
}
footer
{
position: fixed;
bottom: 0;
width: 98%;
font-family: 'GameBattles';
font-size: 17px;
text-align: right;
}