#none{
    width: 200px;
    height: 200px;
    background-color: cyan;
    text-align: center;
    margin: 50px auto;
    

}
#skew {
    width: 200px;
    height: 200px;
    background-color: teal;
    text-align: center;
    transform: skew(10deg, 10deg);
    margin: 50px auto;
}