forked from saltyfacu/yearn-mini
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
56 lines (47 loc) · 760 Bytes
/
styles.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
body {
background-color: white;
background-image: url(waifu.jpg);
background-repeat: no-repeat;
background-position: 90% 05%;
background-size: 75%;
color: #000000;
font-family: Helvetica, Arial, sans-serif;
display: grid;
justify-content: center;
}
th {
text-align: left;
}
td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
td:nth-of-type(1n) {
width: 250px;
}
td:nth-of-type(2n) {
width: 200px;
}
td:nth-of-type(3n) {
width: 150px;
}
h2 {
margin-top: 40px;
margin-bottom: 5px;
font-size: 20px;
font-weight: normal;
}
table {
width: 800px;
margin-bottom: 10px;
color: rgb(183, 0, 255);
}
.header {
font-size: 20px;
font-weight: normal;
}
button {
width: 80px;
padding: 2px;
}