🖨 Output
1button { padding: 10px; background: blue; color: white; }2button:hover { background: darkblue; }
1button { padding: 10px; background: blue; color: white; }2button:hover { background: darkblue; }