0
Guys please help me triangle 🔽 this logo please
4 Respostas
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>
0
Try this code
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
0
Thanks bro