Skip to content

Commit e00b07d

Browse files
authored
Update style.css
1 parent 401256f commit e00b07d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

task02-toggle-button-text/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
button {
2222
font-size: 2rem;
2323
padding: 12px 30px;
24-
border: 3px solid grey;
24+
border: none;
2525
border-radius: 40px;
2626
cursor: pointer;
2727
background-color: cornflowerblue;
@@ -45,3 +45,4 @@ button:active {
4545
width: 60%;
4646
}
4747
}
48+

0 commit comments

Comments
 (0)