-
Notifications
You must be signed in to change notification settings - Fork 0
/
pokemon.css
45 lines (39 loc) · 1.01 KB
/
pokemon.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
.bigPokemonCard{
justify-content: center;
width: 300px;
height: 400px;
background-color: aquamarine;
border: 10px solid orange;
border-radius: 10px;
box-shadow: 0 4px 16px 0 rgba(0,0,0,0.4);
background-image: radial-gradient(circle, #dc6c5b, #ed8556, #f7a152, #fcbf52, #f9de5b);
}
.shinyImage{
height: 150px;
width: 200px;
margin-left: 17%;
border: 1px solid black;
justify-content: center;
box-shadow: 0 4px 16px 0 rgba(0,0,0,0.4);
background-image: radial-gradient(circle, #693b08, #905d12, #b6831d, #d9ac29, #f9d838);
}
.smallerImage{
position: absolute;
border-radius: 50%;
height: 50px;
width: 50px;
background-color: rgba(175, 201, 175, 0.721);
}
.muchText{
text-overflow: clip;
max-height: 70px;
font-size: 10px;
}
.heightAndWeight{
padding: 0;
margin: 0;
background-image: radial-gradient(circle, #f2e8a5, #f0e18c, #eedb71, #ecd356, #ebcc35);
font-style: bold;
font-size: 12px;
width: 60%;
}