The Rainbow

Developer
Size
3,309 Kb
Views
34,408

How do I make an the rainbow?

The Simple Rainbow using CSS3 3D transform and gradient Use Webkit engine for experience !. What is a the rainbow? How do you make a the rainbow? This script and codes were developed by Haeman on 29 August 2022, Monday.

The Rainbow Previews

The Rainbow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>The Rainbow</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://fonts.googleapis.com/css?family=Courgette);
body { background: #333;
}
h1 { font-family: "Courgette", cursive; font-size: 40px; color: #fff; text-align: center; text-shadow: 0px 2px 0px #B4B4B4, 0px 4px 0px #B4B4B4, 0px 5px 10px rgba(0, 0, 0, 0.4);
}
#konten { margin-top: 50px;
}
.pers { width: 300px; height: 200px; -webkit-perspective: 150; margin: 0px auto; margin-top: -20px;
}
.wew { width: 150px; height: 80px; -webkit-transform: rotateX(51deg); margin: 0px auto; background: -webkit-linear-gradient(left, #ff5b5b 0%, #ff5b5b 20%, #ffac5b 21%, #ffac5b 40%, #ffff5b 41%, #ffff5b 60%, #d4ff5b 61%, #d4ff5b 80%, #5bfff2 81%, #5bfff2 100%);
}
.waw { width: 190px; height: 100px; margin: 0px auto; margin-top: -24px; -webkit-transform: rotateX(0); background: -webkit-linear-gradient(left, #FF2929 0%, #FF2929 20%, #FF7A29 21%, #FF7A29 40%, #FFDE29 41%, #FFDE29 60%, #A2FF29 61%, #A2FF29 80%, #29FFC0 81%, #29FFC0 100%); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id='konten'> <h1>code rainbow</h1> <div class='pers'> <div class='wew'></div> <div class='waw'></div> </div>
</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>

The Rainbow - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Courgette);
body { background: #333;
}
h1 { font-family: "Courgette", cursive; font-size: 40px; color: #fff; text-align: center; text-shadow: 0px 2px 0px #B4B4B4, 0px 4px 0px #B4B4B4, 0px 5px 10px rgba(0, 0, 0, 0.4);
}
#konten { margin-top: 50px;
}
.pers { width: 300px; height: 200px; -webkit-perspective: 150; margin: 0px auto; margin-top: -20px;
}
.wew { width: 150px; height: 80px; -webkit-transform: rotateX(51deg); margin: 0px auto; background: -webkit-linear-gradient(left, #ff5b5b 0%, #ff5b5b 20%, #ffac5b 21%, #ffac5b 40%, #ffff5b 41%, #ffff5b 60%, #d4ff5b 61%, #d4ff5b 80%, #5bfff2 81%, #5bfff2 100%);
}
.waw { width: 190px; height: 100px; margin: 0px auto; margin-top: -24px; -webkit-transform: rotateX(0); background: -webkit-linear-gradient(left, #FF2929 0%, #FF2929 20%, #FF7A29 21%, #FF7A29 40%, #FFDE29 41%, #FFDE29 60%, #A2FF29 61%, #A2FF29 80%, #29FFC0 81%, #29FFC0 100%); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

The Rainbow - Script Codes JS Codes

//Please use webkit browser to experiments !
//Opera, Firefox, IE not work perfectly !
The Rainbow - Script Codes
The Rainbow - Script Codes
Home Page Home
Developer Haeman
Username pedox
Uploaded August 29, 2022
Rating 3
Size 3,309 Kb
Views 34,408
Do you need developer help for The Rainbow?

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!

Haeman (pedox) Script Codes
Create amazing SEO content 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!