+ 5
How to create a trianglee in html and css
it should be useful to form a prism
9 Answers
+ 11
Here's a quick demo. Have a look
https://code.sololearn.com/WZ04XLhQR2xQ/?ref=app
+ 6
it's just hit and trial
+ 5
<svg width="2000" height="500">
<polyline style="stroke-linejoin:miter; stroke:black;
stroke-width:12; fill: none;"
points="100 100, 150 150, 200 100, 100 100" />
</svg>
+ 5
<svg width="2000" height="500">
<polyline style="stroke-linejoin:miter; stroke:black;
stroke-width:12; fill: none;"
points="100 100, 150 10, 200 97, 96 97" />
</svg>
+ 3
tqq broo āŗļøāŗļø
+ 3
tqq broo change u explain me how did u get those co ordinates š¤š¤
+ 2
but not this on actually I want only triangle without any transparent objects in there š¤š¤ just triangle like square we'll create using height and widthhh
+ 2
ohhh tqq anyway šš
+ 1
not an inverted triangle broo can u change the points I tried that to but I didn't get itš¤š¤