So, I have the following code snippet from codepen.io, where I am trying to create a Simon game. I have created the basic outline for the shapes of the game but I am trying to relocate a div inside of a the circular div I have created at the center of the whole figure. But, for some reason, the div refuses to move no matter what I do. Can anybody tell me why that is?
http://codepen.io/redixhumayun/pen/JKryAZ?editors=1100
Here's the specific code snippet for the div I am trying to move.
.count{
width:75px;
background-color:orange;
border-radius:25%; !important
margin:100px auto 0px 20px;
}