CSS
.lastpass{
width: 300px;
height: 300px;
top:calc(50% - 150px);
left:calc(50% - 150px);
position: absolute;
background-color: #D22D29;
}
.line{
width: 200px;
height: 50px;
margin: 125px auto;
left: 50px;
background-color:#F6F5F5;
position:absolute;
}
.two{
transform: rotate(60deg);
}
.three{
transform: rotate(120deg);
}