Skip to content

Commit 5d6c603

Browse files
committed
first commit
1 parent 28aa546 commit 5d6c603

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

popup.css

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
body {
2+
min-width: 200px;
3+
text-align: center;
4+
font-family: century Gothic;
5+
}
6+
7+
.button {
8+
background-color: #4caf50;
9+
border: none;
10+
color: white;
11+
padding: 5px 14px;
12+
text-align: center;
13+
text-decoration: none;
14+
display: inline-block;
15+
font-size: 16px;
16+
margin: 4px 2px;
17+
transition-duration: 0.4s;
18+
cursor: pointer;
19+
}
20+
21+
.button2 {
22+
background-color: white;
23+
color: black;
24+
border: 2px solid #008cba;
25+
}
26+
27+
.button2:hover {
28+
background-color: #008cba;
29+
color: white;
30+
}

0 commit comments

Comments
 (0)