0

I have a design that must be reshaped like the image below without having to change the letters such as using "transform: skew", because it will change the shape of the existing letters.

enter image description here

I dont know the name of this shapes and trying to search but the solution using skew or border transparent, and i trying by myself but the result not like what i want, please help.

2
  • You can shape with clip-path, add this in your shape css . clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%); Commented Apr 13, 2022 at 5:10
  • You can get more shapes here on this editor. bennettfeely.com/clippy Commented Apr 13, 2022 at 5:11

1 Answer 1

1

I got the answer from @JamesAllan using clip-path like this

clip-path: polygon(0 21%, 100% 2%, 100% 100%, 0% 100%);

and this web Bennettfeely help me so much to make other shapes, thank you so much.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.