0
It is possible to customize to leave as this image? https://s3.envato.com/files/127249204/screenshots/screenshot%20(114). png
I found a solution, but it is not useful for me, because it was not the same as the table.
<!DOCTYPE html>
<html>
<head>
<style>
.div2 {
border-top: 80px solid #3498db;
border-right: 30px solid rgba(0, 0, 0, 0);
height: 0;
width: 250px;
margin:50px 0;
}
</style>
</head>
<body>
<div class="div2"></div>
</body>
</html>
Show, that’s what it was =D
– Wendler