I've searched endlessly a way to control the length of each side of div
in CSS. Just as you can control the color and width of each border. The aim is to create an irregular shape (Not square, not rectangle, perhaps a trapezium). I thought there could be something like
length-top:200px;
length-right: 150px;
length-bottom:300px;
length-left:100px;
If there's no way of doing that in CSS, what is the procedure to suggest augmentation of these properties?