moving shapes with css #15677
Answered
by
wongjn
TisTos-tass3
asked this question in
Help
moving shapes with css
#15677
-
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Jan 21, 2025
Replies: 1 comment
-
You could consider using a combination of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TisTos-tass3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could consider using a combination of
inset
/top
/right
/bottom
/left
/transform
CSS properties to move the shapes as you'd like. Then, if needed, applyoverflow: hidden
to the element with the blue background to "clip" the shapes.