zig.com Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.button:hover {
  background-color: #f1f1f1;
}
</style>
</head>
<body>
<h2>Pill Buttons</h2>
<button class="button">Pill Button 1</button>
<button class="button">Pill Button 2</button>
</body>
<!-- /howto/tryit.asp?filename=tryhow_css_pill_button by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 18:50:18 GMT -->
</html>