a { background-color: #007bff; /* Blue background */ color: white; /* White text */ padding: 10px 20px; /* Padding around text */ text-decoration: none; /* Remove underline */ border-radius: 5px; /* Rounded corners */ display: inline-block; /* Make it a block-level element */ } a:hover { background-color: #0056b3; /* Darker blue on hover */ }