style.css 232 B

123456789101112131415
  1. body{
  2. overflow: hidden;
  3. }
  4. img {
  5. border-radius: 50%
  6. }
  7. #control4{
  8. height: 362px;
  9. width: 362px;
  10. border-radius: 50%;
  11. border:solid 10px pink;
  12. }
  13. #control1,#control2,#control3,#control4{
  14. display: inline-block;
  15. }