Legend of Zelda - Triforce

Developer
Size
2,530 Kb
Views
32,384

How do I make an legend of zelda - triforce?

Started playing the latest Legend of Zelda, and couldn't help but feel inspired to do a simple little hover effect.. What is a legend of zelda - triforce? How do you make a legend of zelda - triforce? This script and codes were developed by Saysora on 26 August 2022, Friday.

Legend of Zelda - Triforce Previews

Legend of Zelda - Triforce - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Legend of Zelda - Triforce</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="hyrule"> <div id="logo"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/26158/Artwork_Logo_Legend_of_Zelda_Series.png"> </div> <div id="triforce"> <div id="toptriforce" class="triforce"></div> <div id="righttriforce" class="triforce"></div> <div id="lefttriforce" class="triforce"></div> </div> <div class="clear"></div>
</div>
</body>
</html>

Legend of Zelda - Triforce - Script Codes CSS Codes

/* Triforce idea */
* { margin: 0; padding: 0;
}
body { background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/26158/FP8ZG.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
#hyrule { width: 960px; max-width: 100%; margin: 200px auto 0; background: rgba(255, 255, 255, 0.3); min-height: 50px; padding: 10px; position: relative;
}
#hyrule img { max-width: 100%;
}
#logo { width: 770px; max-width: 100%; margin: 0 auto;
}
#toptriforce { border-left: 62px solid transparent; border-right: 62px solid transparent; width: 0; margin: 0 auto;
}
#lefttriforce { border-left: 62px solid transparent; border-right: 62px solid transparent; width: 0; float: left; margin-left: 37.1%;
}
#righttriforce { border-left: 62px solid transparent; border-right: 62px solid transparent; width: 0; float: right; margin-right: 37%;
}
.clear { clear: both;
}
.triforce { border-bottom: 100px solid #2F2F2F; -webkit-transition: border-bottom-color 0.2s; -moz-transition: border-bottom-color 0.2s; -o-transition: border-bottom-color 0.2s; transition: border-bottom-color 0.2s;
}
.triforce:hover { border-bottom-color: #FFDB03;
}
Legend of Zelda - Triforce - Script Codes
Legend of Zelda - Triforce - Script Codes
Home Page Home
Developer Saysora
Username azureknight
Uploaded August 26, 2022
Rating 3
Size 2,530 Kb
Views 32,384
Do you need developer help for Legend of Zelda - Triforce?

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!

Saysora (azureknight) Script Codes
Create amazing blog posts 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!