-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpA.css
72 lines (65 loc) · 1.12 KB
/
pA.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
/* Butoon border */
.cl {
background-color: #04AA6D;
border: none;
color: black;
padding: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
.cl {border-radius: 10px;}
.cl:hover{
background-color: seagreen;
color: silver;
}
.ph-less{
background-color: #000;
}
/* Butoon border */
.back-home {
background-color: #04AA6D;
border: none;
color: black;
padding: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
.back-home {border-radius: 10px;}
.back-home:hover{
background-color: seagreen;
color: silver;
}
.les-css1{
background-color: darkcyan;
font-size: 15px;
color: black;
width: 60px;
}
.les-css1:hover{
background-color: springgreen;
color: silver;
}
.l-css-body{
background-color: #000;
}
.les-css2{background-color: darkcyan;
font-size: 15px;
color: black;
width: 60px;
}
.les-css2:hover{
background-color: springgreen;
color: silver;
}
.h1-css{
color: darkturquoise;
}
.h1-css:hover{
color: white;
}