
打高尔夫的简笔画黑白
.container {
textalign: center;
}
.golfball {
width: 100px;
height: 100px;
backgroundcolor: white;

border: 2px solid black;
borderradius: 50%;
margin: 20px auto;
}
.golfclub {
width: 150px;
height: 10px;
backgroundcolor: brown;
position: relative;
top: 80px;
zindex: 1;
transform: rotate(45deg);
marginleft: 80px;
}