<!Doctype html>
<html>
<style>
.btn-group button {
background-color: #4CAF50;
</style>
<body>
<h1>Justified Button Group</h1>
<p>Two buttons in a group:</p>
<div class="btn-group" style="width:100%">
<button style="width:50%">Apple</button>
<button style="width:50%">Sony</button>
</div>
<p>Three buttons in a group:</p>
<div class="btn-group" style="width:100%">
<button style="width:33.3%">Apple</button>
<button style="width:33.3%">Samsung</button>
<button style="width:33.3%">Sony</button>
</div>
<p>Four buttons in a group:</p>
<div class="btn-group" style="width:100%">
<button style="width:25%">Apple</button>