Skip to content

Commit 1b34648

Browse files
committed
Testing an html change
1 parent fd11313 commit 1b34648

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
padding: 15px 20px;
1919
background-color: purple;
2020
border: 1px solid black;
21-
border-radius: 15px;
21+
/*border-radius: 15px;*/
22+
border-radius: 5px;
2223
color: white;
2324
font-size: 16px;
2425
}
@@ -32,7 +33,8 @@
3233
}
3334

3435
label {
35-
width: 90px;
36+
/*width: 90px;*/
37+
width: 100px;
3638
display: inline-block;
3739
}
3840

0 commit comments

Comments
 (0)