Independance Script
Independance Script
<head>
<!--Google Analytics code Here -->
i {
color: #ff2323;
}
input[type=name], select {
width: 100%;
padding: 12px 20px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.footerbtn1 {
display: block;
line-height: 15px;
position: fixed;
right:0px;
bottom:0px;
height:40px;
border-radius: 15px;
box-sizing: border-box;
padding: 5px;
background:#000099;
color: #ffffff;
font-size: 18px;
text-align: center;
text-decoration: none;
width:40%;
margin-right:10px;
margin-right:30px;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
animation: footer infinite linear 1s;
-webkit-transform: translate3d(30%,0,0);
transform: translate3d(30%,0,0);
position: fixed;
.footerbtn1 :active {
box-shadow: none
}
@-webkit-keyframes footer {
from {
-webkit-transform: rotateZ(0)
}
25% {
-webkit-transform: rotateZ(1.5deg)
}
50% {
-webkit-transform: rotateZ(0deg)
}
75% {
-webkit-transform: rotateZ(-1.5deg)
}
to {
-webkit-transform: rotateZ(0)
}}
.footerbtn {
display: block;
line-height: 15px;
position: fixed;
left:0px;
bottom:0px;
height:40px;
border-radius: 15px;
box-sizing: border-box;
padding: 5px;
background:#34af23;
color: #ffffff;
font-size: 18px;
text-align: center;
text-decoration: none;
width:40%;
margin-left:10px;
margin-right:30px;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
animation: footer infinite linear 1s;
-webkit-transform: translate3d(30%,0,0);
transform: translate3d(30%,0,0);
position: fixed;
.footerbtn :active {
box-shadow: none
}
@-webkit-keyframes footer {
from {
-webkit-transform: rotateZ(0)
}
25% {
-webkit-transform: rotateZ(1.5deg)
}
50% {
-webkit-transform: rotateZ(0deg)
}
75% {
-webkit-transform: rotateZ(-1.5deg)
}
to {
-webkit-transform: rotateZ(0)
}}
.bubbles hi {
font-family: 'Luckiest Guy', cursive;
color: black;
}
hi {
font-size:2.5em;
user-select:none;
}
@import url(http://fonts.googleapis.com/css?family=Concert+One);
h1 {
animation:glow 10s ease-in-out infinite;
}
* { box-sizing:border-box; }
figure {
animation:wobble 5s ease-in-out infinite;
transform-origin:center center;
transform-style:preserve-3d;
}
@keyframes wobble {
0%,100%{ transform:rotate3d(1,1,0,40deg); }
25%{ transform:rotate3d(-1,1,0,40deg); }
50%{ transform:rotate3d(-1,-1,0,40deg); }
75%{ transform:rotate3d(1,-1,0,40deg); }
}
h1 {
display:block;
width:90%;
line-height:1.5;
font:900 35px 'Concert One', sans-serif;
position:absolute;
color:#fff;
}
@keyframes glow {
0%,100%{ text-shadow:0 0 30px red; }
25%{ text-shadow:0 0 30px orange; }
50%{ text-shadow:0 0 30px forestgreen; }
75%{ text-shadow:0 0 30px cyan; }
}
h1:nth-child(2){ transform:translateZ(5px); }
h1:nth-child(3){ transform:translateZ(10px);}
h1:nth-child(4){ transform:translateZ(15px); }
h1:nth-child(5){ transform:translateZ(20px); }
h1:nth-child(6){ transform:translateZ(25px); }
h1:nth-child(7){ transform:translateZ(30p.rock{animation:infinite 1s rock}
@keyframes rock { 0% { transform: rotate(-1deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-1deg); }}x); }
h1:nth-child(8){ transform:translateZ(35px); }
h1:nth-child(9){ transform:translateZ(40px); }
h1:nth-child(10){ transform:translateZ(45px); }
.rock{animation:infinite 1s rock}
@keyframes rock { 0% { transform: rotate(-1deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-1deg); }}
.fuck{animation:infinite 1s fuck}
@keyframes rock { 0% { transform: rotate(-2deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-2deg); }}
h2 {
font-size: 38px;
text-align: center;
color:#ff2323;
h3 {
font-size: 48px;
text-align: center;
padding:1px;
margin:1px;
color: white;
text-shadow: 1px 1px silver, -1px -1px blue;
aanimation: fuck infinite 1s;
font-family: 'Indie Flower', cursive;
letter-spacing: 2px;
}
.cssload-preloader {
position: absolute;
top: 0px;
left: px;
right: 40px;
bottom: 20px;
z-index: 10;
}
@keyframes cssload-movement {
from {
transform: scale(1.0) translateY(0px) rotateX(0deg);
box-shadow: 0 0 0 rgba(0,0,0,0);
}
to {
transform: scale(1.5) translateY(-14px) rotateX(45deg);
box-shadow: 0 14px 22px rgba(0,0,0,0.4);
background: rgb(51,153,255);
}
}
@-o-keyframes cssload-movement {
from {
-o-transform: scale(1.0) translateY(0px) rotateX(0deg);
box-shadow: 0 0 0 rgba(0,0,0,0);
}
to {
-o-transform: scale(1.5) translateY(-14px) rotateX(45deg);
box-shadow: 0 14px 22px rgba(0,0,0,0.4);
background: rgb(51,153,255);
}
}
@-ms-keyframes cssload-movement {
from {
-ms-transform: scale(1.0) translateY(0px) rotateX(0deg);
box-shadow: 0 0 0 rgba(0,0,0,0);
}
to {
-ms-transform: scale(1.5) translateY(-14px) rotateX(45deg);
box-shadow: 0 14px 22px rgba(0,0,0,0.4);
background: rgb(51,153,255);
}
}
@-webkit-keyframes cssload-movement {
from {
-webkit-transform: scale(1.0) translateY(0px) rotateX(0deg);
box-shadow: 0 0 0 rgba(0,0,0,0);
}
to {
-webkit-transform: scale(1.5) translateY(-14px) rotateX(45deg);
box-shadow: 0 14px 22px rgba(0,0,0,0.4);
background: rgb(51,153,255);
}
}
@-moz-keyframes cssload-movement {
from {
-moz-transform: scale(1.0) translateY(0px) rotateX(0deg);
box-shadow: 0 0 0 rgba(0,0,0,0);
}
to {
-moz-transform: scale(1.5) translateY(-14px) rotateX(45deg);
box-shadow: 0 14px 22px rgba(0,0,0,0.4);
background: rgb(51,153,255);
}
}
</style>
</head>
</center>
<!-- Sidebar Sliding Images --->
<marquee class="m1" behavior="scroll" direction="up" scrolldelay="5"> <br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
</marquee>
<marquee class="m2" behavior="scroll" direction="down" scrolldelay="5"><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
<img src=" http://bit.ly/2YIBGG9 " height="129px" width="35px"/><br><br>
</marquee>
<center>
<!--- Header AdSense code Here (468ï 뾽 60 Display ads)--->
<script type="text/javascript" src="//uprimp.com/bnr.php?
section=SCRIPT&pub=849747&format=300x250&ga=g"></script>
<noscript><a href="https://yllix.com/publishers/849747" target="_blank"><img
src="//ylx-aff.advertica-cdn.com/pub/300x250.png"
style="border:none;margin:0;padding:0;vertical-align:baseline;" alt="ylliX - Online
Advertising Network" /></a></noscript>
</center>
<center><span style="color: #ff077a;">🇮🇳🇮🇳🇮🇳🇮🇳Independent Day🇮🇳🇮🇳🇮🇳🇮🇳
</center>
<div class="main_body"></center>
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script></h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script></h1>
</center></figure>
<center><img src="https://2.bp.blogspot.com/-2wQjG-citH8/W-
pYxv5FR3I/AAAAAAAAAUw/CbtjMztQ8JgDEfa1tTjZ1hPcMAnMUTc1gCLcBGAs/s1600/transparent-
welcome-christmas.gif" class="img-responsive" alt="KKYTBE" width="100%"></center>
</br>
<center>2020
<!-------------song--------------!>
<p style="text-align: center;"><span style="background-color: #00CED1; border-
radius: 10px; color: #ffffff; font-size: 14pt; font-family: tahoma, arial,
helvetica, sans-serif;"> ☺ Play the song☺ <strong></strong> </span></p>
<br><center><audio controls autoplay> <source
src="http://server.pendusaab.com/48k/38303/2471363/Thamizha-Thamizha-
Hariharan.mp3"> </audio></center><br></center><br>
<center>
<!-- Center AdSense code Here (Responsive ads)-->
<script type="text/javascript" src="//uprimp.com/slider.php?
section=Download&pub=849747&ga=g&side=random"></script>
</center>
</center>
<center><img src="https://1.bp.blogspot.com/-
2rN4B0HxGng/XyqK6KulxVI/AAAAAAAAAAY/NX4-Lw5OxgAM79C0wymNrx0petv-
VFDyQCPcBGAYYCw/s0/c.gif" height="70px" width="110px"/>
<br></br>
<!---This Theme Edited SUZEELA----->
<br></br>
<center>
<a class="footerbtn" href="whatsapp://send?text=*Happy Independent Day 2020 * Sent
You a Special Wish. 🇮🇳🇮🇳🇮🇳_Click here to Create_
->https://happyindependenceeday2020kkytbe.blogspot.com/" data-
action="share/whatsapp/share">
<img width="22px" height="22px"src="https://goo.gl/ReKHXA"/>
<b style="font-size: 26px;">Share</b>
</a>
<a class="footerbtn1" href="https://www.facebook.com/sharer/sharer.php?
u=https://goo.gl/jsjpah" target="_blank" title="Share this post on Facebook"
class="facebook">
<img width="22px" height="22px"
src="https://happyindependenceeday2020kkytbe.blogspot.com/"/>
<b style="font-size: 26px;">Share</b>
</a>
</center>
</body>
</html>
15 August 2020
Displaying 15 August 2020