.A{
position:relative;
left:30px;
width:60px;
height:91px;
border-bottom:solid 14px#000000}

.A::before{
transform:skew(-19deg,0);
position:absolute;
content:'';
top:12.5px;
left:0;
width:16px;
height:125px;
background-color:#000000}

.A::after{
transform:skew(19deg,0);
position:absolute;
content:'';
top:12.5px;
left:45px;
width:16px;
height:125px;
background-color:#000000}