Guys please help me triangle 🔽 this logo please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys please help me triangle 🔽 this logo please

https://code.sololearn.com/Wk0Uw7QVo9AQ/?ref=app

26th Aug 2022, 1:44 PM
Alex Kwabena
Alex Kwabena - avatar
4 Answers
0
<!DOCTYPE html> <html> <head> <title>YOUTUBE LOGO</title> </head> <body> <div class="logo"> <div class="triangle"></div> </div> <a href="https://youtube.com/c/Codingwithsinha"><div class="link">🙏PLEASE CLICK ME🙏</div> <audio controls style="display:none;" loop id="audio"> <source id="audio-source" src="https://mobcup.net/d/ccljmsyr/mp3 "> id="music" loop> id="music" loop> </body> </html> </body> </html>
26th Aug 2022, 2:09 PM
Harsh Nama
Harsh Nama - avatar
0
Try this code
26th Aug 2022, 2:09 PM
Harsh Nama
Harsh Nama - avatar
0
.inside { position:relative; Background-color:; height:0; width:0; border-top:6vh solid transparent; border-bottom:6vh solid transparent; border-left: 6vh solid white; left:50%; top:50%; transform:translate(-50%, -50%); } https://code.sololearn.com/WNtUpM8fH4nz/?ref=app
26th Aug 2022, 2:18 PM
praneetha
praneetha - avatar
0
Thanks bro
27th Aug 2022, 3:08 AM
Alex Kwabena
Alex Kwabena - avatar