flex walin karannath puluwn.
meka uba css walata aluth nisa mehema balapan
butttons div eke width eka buttons deke width ekathu karala deepn.
height ekath button eke heigh eka deepan
Code:
<html>
<head>
<style>
#buttons {
width: 190px;
height: 21px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
</style>
</head>
<body>
<div id="buttons">
<button>Large button</button>
<button>Large Button</button>
</div>
</body>
</html>