-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (37 loc) · 671 Bytes
/
style.css
File metadata and controls
42 lines (37 loc) · 671 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
.alive div{
border-radius: 8px;
width: 250px;
height: 250px;
}
.pc{
background-color: #ffffff;
font-size: 20px;
color: #9d00ff;
border: 2px solid #9d00ff;
width: 250px;
height: 50x;
border-radius: 8px;
padding: 12px;
}
.pcr{
background-color: #ffffff;
font-size: 30px;
color: #7700ff;
border: 2px solid #ff00b7;
width: 80px;
height: 60pxx;
border-radius: 8px;
padding: 12px;
margin-left: 10px;
}
@media(max-width: 600px) {
.main{
background-image: none;
}
}
.easy td{
background-color: rgb(204, 0, 255);
width: 300px;
border-radius: 8px;
margin: 15px;
}