We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3009dc1 commit d30819fCopy full SHA for d30819f
1 file changed
index.html
@@ -17,9 +17,8 @@
17
min-width: 100px;
18
padding: 15px 20px;
19
background-color: purple;
20
- border: 1px dashed black;
21
- /*border-radius: 15px;*/
22
- border-radius: 5px;
+ border: 1px solid black;
+ border-radius: 15px;
23
color: white;
24
font-size: 16px;
25
}
@@ -34,7 +33,6 @@
34
33
35
label {
36
width: 90px;
37
- /*width: 100px;*/
38
display: inline-block;
39
40
0 commit comments