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 d5786e7 commit 7c45a43Copy full SHA for 7c45a43
exercises/04.3-id-Selector/styles.css
@@ -1,5 +1,8 @@
1
#button1 {
2
- background: #BDBDBD;
3
- border: #5E5E5E;
4
- border-radius: 5px;
+ background-color: #4caf50; /* Green */
+ color: white;
+ padding: 15px 32px;
5
+ text-align: center;
6
+ display: inline-block;
7
+ border-radius: 5px;
8
}
0 commit comments