manikant yadav

Generation

css from descriptionSat, 31 Dec 2022

Make and triangle in red colour

.triangle { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; }

Want to kickstart your project?Use the new AI Studio to create your code