Triangle

Developer
Size
1,796 Kb
Views
14,168

How do I make an triangle?

Triangle wall generator. What is a triangle? How do you make a triangle? This script and codes were developed by Leo on 16 October 2022, Sunday.

Triangle Previews

Triangle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Triangle</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="main"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Triangle - Script Codes CSS Codes

body { background: #39767c;
}
#main { position: absolute;	margin: auto;	top: 0; left: 0; bottom: 0; right: 0; width: 780px; height: 780px; border-radius: 5px; overflow:hidden;
}
.tri { float: left; border-style:solid; border-width:30px; width:0; height:0;
} 

Triangle - Script Codes JS Codes

for (var i = 0; i<169; i++) { $('#main').append('<div class="tri" style="border-color: rgba(127,206,213,'+Math.random()+') rgba(127,206,213,'+Math.random()+') rgba(127,206,213,'+Math.random()+') rgba(127,206,213,'+Math.random()+');"></div>');
}
Triangle - Script Codes
Triangle - Script Codes
Home Page Home
Developer Leo
Username leonard
Uploaded October 16, 2022
Rating 4
Size 1,796 Kb
Views 14,168
Do you need developer help for Triangle?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Leo (leonard) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!