+ 5
How to create a trianglee in html and css
it should be useful to form a prism
9 Réponses
+ 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🤔🤔