css
.heart {
width: 100px;
height: 100px;
position: relative;
background-color: #f00;
transform: rotate(45deg);
}
css
.heart {
width: 100px;
height: 100px;
position: relative;
background-color: #f00;
transform: rotate(45deg);
}