-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
executable file
·94 lines (83 loc) · 1.56 KB
/
main.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
margin: 0;
background-image: url("https://backgroundcheckall.com/wp-content/uploads/2017/12/pokemon-background-4.jpg");
background-size: cover;
background-attachment: fixed;
font-family: sans-serif;
}
#heading {
background-color: red;
color: #2c87db;
display: grid;
padding: 0px 29px;
justify-content: center;
}
#heading img {
position: sticky;
}
#navbar {
display: grid;
grid-template: 0px/100px 100px 100px 100px;
padding: 3px 29px 24px 92px;
background-color: gray;
}
#navbar a {
text-decoration: none;
display: block;
}
#trainer img {
float: right;
height: 414px;
width: 196px;
padding: 71px 29px 190px;
}
#middle {
display: grid;
align-items: center;
padding: 51px 124px 96px 63px;
font-size: 115.5%;
margin: 0;
justify-content: space-between;
grid-template: auto/0px 0px 59px;
grid-column-gap: 354px;
}
.btn {
text-align: center;
padding: 7px 45px 39px 236px;
}
.ret {
background-color: #aa3a3a;
width: 143px;
}
.gif {
justify-content: center;
display: grid;
grid-template: 100/100 100 100;
}
#top {
position: relative;
overflow: hidden;
margin: 0 auto;
letter-spacing: 0.15em;
}
.forms {
position: absolute;
}
.middle {
display: grid;
grid-template: 207px/247px 262px 209px;
grid-column-gap: 8px;
grid-template-rows: 8px;
justify-content: center;
padding: 77px 127px 81px 80px;
}
.middle img {
justify-content: center;
}
.middle div {
background-color: #ff6b6b;
margin: auto;
padding: 10px 10px 10px 10px;
border-radius: 13%;
}
/*# sourceMappingURL=main.css.map */