+ 1
What is the code for a dropdown bar via Svg? The one that looks like an upside triangle *
Create a dropdown menu button Using SVG
5 Antworten
+ 5
Are you ordering us to write a code for you @robert. Please make a code yourself. And if you get any difficulty we will be here to help you.
// Robert ke admiyo se keh do apna kaam khud kare 🤣😂😂
+ 5
<svg>
<path fill="none" stroke="#000"
d = "M 0 25
L 25 0
L 50 25"
/>
</svg>
+ 2
Ooh I see you're right
+ 1
...but I advise you to use images because too many of the <svg>s will increase page load time
+ 1
Or icons?