Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const circleStyle = {
  2. width: 75,
  3. height: 75,
  4. borderRadius: 75 / 2,
  5. position: "absolute",
  6. left: mouse.x,
  7. top: mouse.y,
  8. backgroundColor: "#189ad3"
  9. };
  10.  
  11. return <div style={circleStyle} />;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement