#butt{
    width: 50%;
    height: 50%;
    border: solid black 2px;
    background-color: aquamarine;
}

#butt:hover{
    transform: rotateX(180deg);
}