-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhomework-11.css
More file actions
58 lines (57 loc) · 894 Bytes
/
Copy pathhomework-11.css
File metadata and controls
58 lines (57 loc) · 894 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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
table{
border-collapse: collapse;
}
.MAIN{
width: 100%;
height: 20px;
}
table{
border-collapse: collapse;
}
.ka{
color: rgb(44, 43, 43);
padding: 20px 45px;
}
.td{
padding: 45px;
color: rgb(44, 43, 43);
}
.com{
width: 100px;
height: 30px;
background-color: green;
border-radius: 50px;
border: none;
color: #fff;
}
.fa-bitcoin{
background-color: gold;
border-radius: 50%;
}
.com1{
width: 100px;
height: 30px;
background-color: red;
border-radius: 50px;
border: none;
color: #fff;
}
.com2{
width: 100px;
height: 30px;
background-color: purple;
border-radius: 50px;
border: none;
color: #fff;
}
.fa-coins{
color: gold;
}
.td:hover{
transition: 0.3s;
}