style.css 131 B

123456789
  1. body{
  2. overflow: hidden;
  3. }
  4. img {
  5. border-radius: 50%;
  6. }
  7. #control1,#control2,#control3,#control4{
  8. display: inline-block;
  9. }