-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (49 loc) · 762 Bytes
/
Copy pathstyle.css
File metadata and controls
60 lines (49 loc) · 762 Bytes
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
body {
background-color: #87E2B9;
}
body div {
display : inline-block;
margin-right: 1rem;
}
@font-face{
font-family : "Pokemon Solid";
src : url('PokemonSolid.ttf');
}
@font-face{
font-family : "Pokemon Hollow";
src : url('PokemonHollow.ttf');
}
h1 {
font-family: "Pokemon Hollow";
color: red;
text-align: center;
}
div {
width: 10rem;
margin-bottom: 5%;
text-align: center;
font-family: "Pokemon Hollow";
padding: 1rem;
border: solid yellow;
}
a {
color: green;
text-decoration: none;
}
#cartes, #more {
text-align: center;
}
.combat {
height: 30rem;
background-image: url('arene.jpg');
}
button {
border: solid yellow;
background-color: transparent;
}
.pokemon {
color : white;
}
.attaque {
border: solid red;
}