#w{
    position: fixed;
    background-color: green;
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    transition: left 1s ease 0s, top 1s ease 0s , background-color 3s ease 0s;
}