left pushed button

suns-out ish

by mroncetwice

HTML

<div class="container">
    <button class="right">The fuq u thot?</button>
</div>

CSS

.container {
    width:90%;
}
.container:after {
  content:"";
  display:block;
    width:auto;
    height:21px;
    background:red;
    overflow:hidden;
    position:relative;
    top:15px;
}
.right {
    font-size:18px;
    border:2px solid;
    padding:15px;
    background:transparent;
    float:right;
    margin-left:10px;
}