We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8dd87 commit efe9086Copy full SHA for efe9086
1-exercise-solutions/lesson-04/4e.html
@@ -34,12 +34,17 @@
34
border-radius: 30px;
35
cursor: pointer;
36
transition: background-color 0.15s,
37
- border-width 0.15s;
+ border-width 0.15s,
38
+ padding 0.15s;
39
}
40
41
.save-button:hover {
42
background-color: rgb(226, 240, 254);
43
border-width: 2px;
44
+ padding-top: 11px;
45
+ padding-bottom: 11px;
46
+ padding-left: 23px;
47
+ padding-right: 23px;
48
49
</style>
50
0 commit comments