Skip to content

Commit 2d33496

Browse files
committed
adding padding
1 parent b838853 commit 2d33496

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

howto/box-shadow-button.html

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
button {
17+
padding: 5px 10px;
1718
border: 0;
1819
border-radius: 5px;
1920
font-weight: bold;

howto/transition-button.html

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
button {
17+
padding: 5px 10px;
1718
border: 0;
1819
border-radius: 5px;
1920
font-weight: bold;

0 commit comments

Comments
 (0)