-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
29 lines (23 loc) · 1.19 KB
/
style.css
File metadata and controls
29 lines (23 loc) · 1.19 KB
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
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: #3c1de9;} /* Blue */
.button2 {background-color: #a7ba00;} /* Yellow */
.button3 {background-color: #0e9224;} /* Green */
.button4 {background-color: #ba0000;} /* Red */
.button5 {background-color: #3c1de9; border-radius:10px; }/**border-radius:*/
.button6 {background-color: #a7ba00;border-radius:10px} /** border-radius*/
.button7 {background-color: #0e9224;border-radius:10px} /** border-radius:*/
.button8 {background-color: #ba0000;border-radius:10px} /** border-radius:*/
.button9 {background-color: #3c1de9; border-radius:10px;box-shadow: 2px 10px 10px 2px #282c29; }/** box-shadow:*/
.button10 {background-color: #a7ba00;border-radius:10px;box-shadow: 2px 10px 10px 2px #282c29;} /** box-shadow:*/
.button11 {background-color: #0e9224;border-radius:10px;box-shadow: 2px 10px 10px 2px #282c29;} /** box-shadow:*/
.button12 {background-color: #ba0000;border-radius:10px;box-shadow: 2px 10px 10px 2px #282c29;} /** box-shadow:*/