Skip to content

Commit 7c45a43

Browse files
authored
Update styles.css
1 parent d5786e7 commit 7c45a43

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#button1 {
2-
background: #BDBDBD;
3-
border: #5E5E5E;
4-
border-radius: 5px;
2+
background-color: #4caf50; /* Green */
3+
color: white;
4+
padding: 15px 32px;
5+
text-align: center;
6+
display: inline-block;
7+
border-radius: 5px;
58
}

0 commit comments

Comments
 (0)