+ 5

How to create a trianglee in html and css

it should be useful to form a prism

20th Jan 2018, 8:14 AM
sunny prasad
sunny prasad - avatar
9 ответов
+ 11
Here's a quick demo. Have a look https://code.sololearn.com/WZ04XLhQR2xQ/?ref=app
20th Jan 2018, 9:05 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 6
it's just hit and trial
21st Jan 2018, 8:50 AM
Siddhant Singh
Siddhant Singh - avatar
+ 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>
21st Jan 2018, 8:24 AM
Siddhant Singh
Siddhant Singh - avatar
+ 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>
21st Jan 2018, 8:43 AM
Siddhant Singh
Siddhant Singh - avatar
+ 3
tqq broo ☺️☺️
20th Jan 2018, 9:16 AM
sunny prasad
sunny prasad - avatar
+ 3
tqq broo change u explain me how did u get those co ordinates 🤔🤔
21st Jan 2018, 8:49 AM
sunny prasad
sunny prasad - avatar
+ 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
20th Jan 2018, 9:53 AM
sunny prasad
sunny prasad - avatar
+ 2
ohhh tqq anyway 😊😊
21st Jan 2018, 8:54 AM
sunny prasad
sunny prasad - avatar
+ 1
not an inverted triangle broo can u change the points I tried that to but I didn't get it🤔🤔
21st Jan 2018, 8:35 AM
sunny prasad
sunny prasad - avatar