<div class="box">
<div class="btn">ボタン</div>
</div>
.box{
padding: 10px;
border: solid;
display: flex;
justify-content: flex-end;
}
.btn{
width: 120px;
height: 80px;
background: #000;
color: #fff;
text-align: center;
line-height: 80px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.