| <html> | |
| <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"> | |
| <meta name="google" content="notranslate" /> | |
| <meta property="og:type" content="Happy Holi " /> | |
| <meta property="og:title" content="Happy Holi" /> | |
| <meta property="og:url" content="http://special-style.co"> | |
| <meta property="og:description" content="wishing you happy holi" > | |
| <meta property="og:site_name" content="" /> | |
| <meta property="og:image" content="og.png"> | |
| <title>Happy Holi</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> | |
| <link href="//db.onlinewebfonts.com/c/1c0f6618f877568764787163e8f22a1c?family=SF+Espresso+Shack" rel="stylesheet" type="text/css"/> | |
| <style> | |
| body{ | |
| background: #f8f8f8; | |
| margin:0; | |
| } | |
| .mainContainer { | |
| background: white; | |
| max-width: 450px; | |
| min-height: 200px; | |
| margin: 0 auto; | |
| text-align: center; | |
| padding: 15px; | |
| color: #999; | |
| padding-bottom: 60px; | |
| box-shadow: 0 0 10px 1px rgba(0,0,0,.14), 0 1px 14px 2px rgba(0,0,0,.12), 0 0 5px -3px rgba(0,0,0,.3); | |
| background-size: 100%; | |
| } | |
| #showp { | |
| font-size: 25px; | |
| display: inline-block; | |
| margin-bottom: 5px; | |
| font-family: 'Arial', cursive; | |
| text-shadow: 1px 1px 10px black, 2px 2px 10px black, -1px -1px 10px black, -2px -2px 10px black; | |
| } | |
| .username { | |
| color: black; /* Fallback: assume this color ON TOP of image */ | |
| background: url(img/sname.gif); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| animation: swing 4s infinite; | |
| text-transform: uppercase; | |
| margin-bottom: 5px; | |
| font-size: 40px; | |
| padding: 0 10px; | |
| } | |
| .usernameb { | |
| color: black; /* Fallback: assume this color ON TOP of image */ | |
| background: url(img/sname.gif); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| animation: swing 4s infinite; | |
| text-transform: uppercase; | |
| margin-bottom: 5px; | |
| font-size: 30px; | |
| padding: 0 10px; | |
| } | |
| .fromMessage{ | |
| color: #fff; | |
| animation: swing 4s infinite; | |
| font-size: 20px; | |
| padding: 0 10px; | |
| } | |
| .wavetext{ | |
| color: #f9d05b; | |
| padding: 0 40px; | |
| animation: pulse 1s infinite; | |
| font-size: 22px; | |
| } | |
| .wishMessage { | |
| color: #fff; | |
| font-size: 22px; | |
| font-weight: bold; | |
| margin-top: 20px; | |
| text-shadow: 0px 0px 10px #afafaf; | |
| } | |
| .wishMessage p{ | |
| margin: 0.3em 0; | |
| } | |
| #formBox { | |
| left: 0;position: fixed;bottom: 0;display: inline-block;width: 100%;animation:pulse infinite 1s linear;margin: 0; | |
| } | |
| #nameTextBox { | |
| width:70%; | |
| height:50px; | |
| background-color: blue; | |
| animation: | |
| nudge 2s linear infinite alternate; | |
| border-radius: 10px; | |
| padding: 15px; | |
| color: white; | |
| } | |
| #goButton { | |
| width: 30%; | |
| height: 45px; | |
| cursor: pointer; | |
| background: #008000; | |
| border-radius: 10px; | |
| color: #fff; | |
| } | |
| .footerbtn { | |
| display: block; | |
| line-height: 15px; | |
| position: fixed; | |
| left:0px; | |
| bottom:0px; | |
| height:55px; | |
| border-radius: 15px; | |
| box-sizing: border-box; | |
| padding: 5px; | |
| background:#34af23; | |
| color: #ffffff; | |
| font-size: 20px; | |
| text-align: center; | |
| text-decoration: none; | |
| width:95%; | |
| 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) | |
| }} | |
| canvas { | |
| cursor: crosshair; | |
| display: block; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 80%; | |
| z-index: 1; | |
| } | |
| #inAdvance { | |
| font-size: 20px; font-weight: bold;margin-top: 20px;color: #98201F; | |
| } | |
| #demoo { | |
| font-size: 20px; font-weight: bold;color: #98201F; | |
| animation: flash 2s infinite; | |
| } | |
| #inAdvanceTime { | |
| margin:20px 0 30px 0; | |
| } | |
| #inAdvanceTime p{ | |
| color: #b90707;font-size: 20px;font-weight: 700; | |
| margin: 0; | |
| } | |
| .name input[type=name]{ | |
| background-color:#4267d9; | |
| border-radius: 10px; | |
| box-sizing: border-box; | |
| border: 1px solid #4267d9; | |
| padding: 5px; | |
| color:white; | |
| position: fixed; | |
| left:10px; | |
| bottom:0px; | |
| height:50px; | |
| width:70%; | |
| text-align:center; | |
| font-size:1rem; | |
| display: inline-block; | |
| } | |
| .go { | |
| border-radius: 10px; | |
| padding: 5px; | |
| background-color:#4267d9; | |
| border: 1px solid #4267d9; | |
| position: fixed; | |
| right:2px; | |
| bottom:0px; | |
| height:50px; | |
| width:23%; | |
| display: inline-block; | |
| } | |
| .india-flag{ | |
| background: url(india.svg); | |
| background-repeat: no-repeat; | |
| background-size: cover; | |
| } | |
| .m1{position:fixed;left:0.01%; width:auto;height:100%;top:1%;color:#000;} | |
| .m2{position:fixed;right:0.01%; width:auto;height:100%;top:1%;color:#000;} | |
| #gobtn{} | |
| @-webkit-keyframes flip { from { transform: perspective(600px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } | |
| 40% { transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } | |
| 50% { transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } | |
| 80% { transform: perspective(600px) scale3d(.95, .95, .95); animation-timing-function: ease-in; } | |
| to { transform: perspective(600px); animation-timing-function: ease-in; }} | |
| #gobtn { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation: flip 4s infinite; -webkit-animation-delay:1s}</style><script>document.write('');</script><style> .m1{position:fixed;left:1%; width:auto;height:100%;top:1%;color:#000;} | |
| .m2{position:fixed;right:1%; width:auto;height:100%;top:1%;color:#000;} | |
| /* Firework Animation */ | |
| .pyro { | |
| position: absolute; | |
| max-width: 350px; | |
| width: 100vw; } | |
| .pyro > .before, .pyro > .after { | |
| position: absolute; | |
| width: 5px; | |
| height: 5px; | |
| border-radius: 50%; | |
| box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff; | |
| -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; | |
| -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; | |
| -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; | |
| -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; | |
| animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; } | |
| .pyro > .after { | |
| -moz-animation-delay: 1.25s, 1.25s, 1.25s; | |
| -webkit-animation-delay: 1.25s, 1.25s, 1.25s; | |
| -o-animation-delay: 1.25s, 1.25s, 1.25s; | |
| -ms-animation-delay: 1.25s, 1.25s, 1.25s; | |
| animation-delay: 1.25s, 1.25s, 1.25s; | |
| -moz-animation-duration: 1.25s, 1.25s, 6.25s; | |
| -webkit-animation-duration: 1.25s, 1.25s, 6.25s; | |
| -o-animation-duration: 1.25s, 1.25s, 6.25s; | |
| -ms-animation-duration: 1.25s, 1.25s, 6.25s; | |
| animation-duration: 1.25s, 1.25s, 6.25s; } | |
| @-webkit-keyframes bang { | |
| to { | |
| box-shadow: 120px -188.6666666667px #00fff2, 21px -379.6666666667px #002fff, 234px -267.6666666667px #6600ff, 190px -349.6666666667px #95ff00, -243px -224.6666666667px #00d5ff, -219px -51.6666666667px #00ffcc, 29px -18.6666666667px #ff1a00, 38px -231.6666666667px #ff00c4, 231px -241.6666666667px #9500ff, 36px 5.3333333333px #00ff8c, -43px 41.3333333333px #0d00ff, -70px -49.6666666667px #ff0037, -186px -364.6666666667px #3c00ff, 4px -66.6666666667px #0048ff, -151px -139.6666666667px #a200ff, 212px -338.6666666667px #6600ff, 114px -71.6666666667px #00ff73, 189px -334.6666666667px #ff0004, 19px -313.6666666667px #00ff09, -237px -254.6666666667px #ff0037, -188px -96.6666666667px #001aff, 91px -12.6666666667px #00d5ff, 238px -230.6666666667px #9dff00, -7px -280.6666666667px #ffaa00, 182px -378.6666666667px #009dff, 135px -90.6666666667px #00ff26, -214px -56.6666666667px #4400ff, -207px -316.6666666667px #1100ff, 91px 26.3333333333px #e600ff, 52px -87.6666666667px #00ff9d, -21px -289.6666666667px #04ff00, -99px -25.6666666667px #ff0033, -124px -399.6666666667px #ff004d, 96px -220.6666666667px #bbff00, 250px -71.6666666667px #b300ff, -53px -147.6666666667px #ff0040, -216px -51.6666666667px #ff2f00, 19px 70.3333333333px #80ff00, -14px 5.3333333333px #95ff00, 107px -107.6666666667px #0062ff, 115px -241.6666666667px #00ff8c, 210px 60.3333333333px #00ff33, 86px -268.6666666667px #40ff00, -18px -18.6666666667px #6a00ff, -31px 28.3333333333px #00c8ff, -194px -100.6666666667px #0015ff, 8px -10.6666666667px #005eff, 164px 65.3333333333px #ff001a, -157px 10.3333333333px #a2ff00, -12px -400.6666666667px #0048ff, -124px -181.6666666667px #00ffa2; } } | |
| @-moz-keyframes bang { | |
| to { | |
| box-shadow: 120px -188.6666666667px #00fff2, 21px -379.6666666667px #002fff, 234px -267.6666666667px #6600ff, 190px -349.6666666667px #95ff00, -243px -224.6666666667px #00d5ff, -219px -51.6666666667px #00ffcc, 29px -18.6666666667px #ff1a00, 38px -231.6666666667px #ff00c4, 231px -241.6666666667px #9500ff, 36px 5.3333333333px #00ff8c, -43px 41.3333333333px #0d00ff, -70px -49.6666666667px #ff0037, -186px -364.6666666667px #3c00ff, 4px -66.6666666667px #0048ff, -151px -139.6666666667px #a200ff, 212px -338.6666666667px #6600ff, 114px -71.6666666667px #00ff73, 189px -334.6666666667px #ff0004, 19px -313.6666666667px #00ff09, -237px -254.6666666667px #ff0037, -188px -96.6666666667px #001aff, 91px -12.6666666667px #00d5ff, 238px -230.6666666667px #9dff00, -7px -280.6666666667px #ffaa00, 182px -378.6666666667px #009dff, 135px -90.6666666667px #00ff26, -214px -56.6666666667px #4400ff, -207px -316.6666666667px #1100ff, 91px 26.3333333333px #e600ff, 52px -87.6666666667px #00ff9d, -21px -289.6666666667px #04ff00, -99px -25.6666666667px #ff0033, -124px -399.6666666667px #ff004d, 96px -220.6666666667px #bbff00, 250px -71.6666666667px #b300ff, -53px -147.6666666667px #ff0040, -216px -51.6666666667px #ff2f00, 19px 70.3333333333px #80ff00, -14px 5.3333333333px #95ff00, 107px -107.6666666667px #0062ff, 115px -241.6666666667px #00ff8c, 210px 60.3333333333px #00ff33, 86px -268.6666666667px #40ff00, -18px -18.6666666667px #6a00ff, -31px 28.3333333333px #00c8ff, -194px -100.6666666667px #0015ff, 8px -10.6666666667px #005eff, 164px 65.3333333333px #ff001a, -157px 10.3333333333px #a2ff00, -12px -400.6666666667px #0048ff, -124px -181.6666666667px #00ffa2; } } | |
| @-o-keyframes bang { | |
| to { | |
| box-shadow: 120px -188.6666666667px #00fff2, 21px -379.6666666667px #002fff, 234px -267.6666666667px #6600ff, 190px -349.6666666667px #95ff00, -243px -224.6666666667px #00d5ff, -219px -51.6666666667px #00ffcc, 29px -18.6666666667px #ff1a00, 38px -231.6666666667px #ff00c4, 231px -241.6666666667px #9500ff, 36px 5.3333333333px #00ff8c, -43px 41.3333333333px #0d00ff, -70px -49.6666666667px #ff0037, -186px -364.6666666667px #3c00ff, 4px -66.6666666667px #0048ff, -151px -139.6666666667px #a200ff, 212px -338.6666666667px #6600ff, 114px -71.6666666667px #00ff73, 189px -334.6666666667px #ff0004, 19px -313.6666666667px #00ff09, -237px -254.6666666667px #ff0037, -188px -96.6666666667px #001aff, 91px -12.6666666667px #00d5ff, 238px -230.6666666667px #9dff00, -7px -280.6666666667px #ffaa00, 182px -378.6666666667px #009dff, 135px -90.6666666667px #00ff26, -214px -56.6666666667px #4400ff, -207px -316.6666666667px #1100ff, 91px 26.3333333333px #e600ff, 52px -87.6666666667px #00ff9d, -21px -289.6666666667px #04ff00, -99px -25.6666666667px #ff0033, -124px -399.6666666667px #ff004d, 96px -220.6666666667px #bbff00, 250px -71.6666666667px #b300ff, -53px -147.6666666667px #ff0040, -216px -51.6666666667px #ff2f00, 19px 70.3333333333px #80ff00, -14px 5.3333333333px #95ff00, 107px -107.6666666667px #0062ff, 115px -241.6666666667px #00ff8c, 210px 60.3333333333px #00ff33, 86px -268.6666666667px #40ff00, -18px -18.6666666667px #6a00ff, -31px 28.3333333333px #00c8ff, -194px -100.6666666667px #0015ff, 8px -10.6666666667px #005eff, 164px 65.3333333333px #ff001a, -157px 10.3333333333px #a2ff00, -12px -400.6666666667px #0048ff, -124px -181.6666666667px #00ffa2; } } | |
| @-ms-keyframes bang { | |
| to { | |
| box-shadow: 120px -188.6666666667px #00fff2, 21px -379.6666666667px #002fff, 234px -267.6666666667px #6600ff, 190px -349.6666666667px #95ff00, -243px -224.6666666667px #00d5ff, -219px -51.6666666667px #00ffcc, 29px -18.6666666667px #ff1a00, 38px -231.6666666667px #ff00c4, 231px -241.6666666667px #9500ff, 36px 5.3333333333px #00ff8c, -43px 41.3333333333px #0d00ff, -70px -49.6666666667px #ff0037, -186px -364.6666666667px #3c00ff, 4px -66.6666666667px #0048ff, -151px -139.6666666667px #a200ff, 212px -338.6666666667px #6600ff, 114px -71.6666666667px #00ff73, 189px -334.6666666667px #ff0004, 19px -313.6666666667px #00ff09, -237px -254.6666666667px #ff0037, -188px -96.6666666667px #001aff, 91px -12.6666666667px #00d5ff, 238px -230.6666666667px #9dff00, -7px -280.6666666667px #ffaa00, 182px -378.6666666667px #009dff, 135px -90.6666666667px #00ff26, -214px -56.6666666667px #4400ff, -207px -316.6666666667px #1100ff, 91px 26.3333333333px #e600ff, 52px -87.6666666667px #00ff9d, -21px -289.6666666667px #04ff00, -99px -25.6666666667px #ff0033, -124px -399.6666666667px #ff004d, 96px -220.6666666667px #bbff00, 250px -71.6666666667px #b300ff, -53px -147.6666666667px #ff0040, -216px -51.6666666667px #ff2f00, 19px 70.3333333333px #80ff00, -14px 5.3333333333px #95ff00, 107px -107.6666666667px #0062ff, 115px -241.6666666667px #00ff8c, 210px 60.3333333333px #00ff33, 86px -268.6666666667px #40ff00, -18px -18.6666666667px #6a00ff, -31px 28.3333333333px #00c8ff, -194px -100.6666666667px #0015ff, 8px -10.6666666667px #005eff, 164px 65.3333333333px #ff001a, -157px 10.3333333333px #a2ff00, -12px -400.6666666667px #0048ff, -124px -181.6666666667px #00ffa2; } } | |
| @keyframes bang { | |
| to { | |
| box-shadow: 120px -188.6666666667px #00fff2, 21px -379.6666666667px #002fff, 234px -267.6666666667px #6600ff, 190px -349.6666666667px #95ff00, -243px -224.6666666667px #00d5ff, -219px -51.6666666667px #00ffcc, 29px -18.6666666667px #ff1a00, 38px -231.6666666667px #ff00c4, 231px -241.6666666667px #9500ff, 36px 5.3333333333px #00ff8c, -43px 41.3333333333px #0d00ff, -70px -49.6666666667px #ff0037, -186px -364.6666666667px #3c00ff, 4px -66.6666666667px #0048ff, -151px -139.6666666667px #a200ff, 212px -338.6666666667px #6600ff, 114px -71.6666666667px #00ff73, 189px -334.6666666667px #ff0004, 19px -313.6666666667px #00ff09, -237px -254.6666666667px #ff0037, -188px -96.6666666667px #001aff, 91px -12.6666666667px #00d5ff, 238px -230.6666666667px #9dff00, -7px -280.6666666667px #ffaa00, 182px -378.6666666667px #009dff, 135px -90.6666666667px #00ff26, -214px -56.6666666667px #4400ff, -207px -316.6666666667px #1100ff, 91px 26.3333333333px #e600ff, 52px -87.6666666667px #00ff9d, -21px -289.6666666667px #04ff00, -99px -25.6666666667px #ff0033, -124px -399.6666666667px #ff004d, 96px -220.6666666667px #bbff00, 250px -71.6666666667px #b300ff, -53px -147.6666666667px #ff0040, -216px -51.6666666667px #ff2f00, 19px 70.3333333333px #80ff00, -14px 5.3333333333px #95ff00, 107px -107.6666666667px #0062ff, 115px -241.6666666667px #00ff8c, 210px 60.3333333333px #00ff33, 86px -268.6666666667px #40ff00, -18px -18.6666666667px #6a00ff, -31px 28.3333333333px #00c8ff, -194px -100.6666666667px #0015ff, 8px -10.6666666667px #005eff, 164px 65.3333333333px #ff001a, -157px 10.3333333333px #a2ff00, -12px -400.6666666667px #0048ff, -124px -181.6666666667px #00ffa2; } } | |
| @-webkit-keyframes gravity { | |
| to { | |
| transform: translateY(200px); | |
| -moz-transform: translateY(200px); | |
| -webkit-transform: translateY(200px); | |
| -o-transform: translateY(200px); | |
| -ms-transform: translateY(200px); | |
| opacity: 0; } } | |
| @-moz-keyframes gravity { | |
| to { | |
| transform: translateY(200px); | |
| -moz-transform: translateY(200px); | |
| -webkit-transform: translateY(200px); | |
| -o-transform: translateY(200px); | |
| -ms-transform: translateY(200px); | |
| opacity: 0; } } | |
| @-o-keyframes gravity { | |
| to { | |
| transform: translateY(200px); | |
| -moz-transform: translateY(200px); | |
| -webkit-transform: translateY(200px); | |
| -o-transform: translateY(200px); | |
| -ms-transform: translateY(200px); | |
| opacity: 0; } } | |
| @-ms-keyframes gravity { | |
| to { | |
| transform: translateY(200px); | |
| -moz-transform: translateY(200px); | |
| -webkit-transform: translateY(200px); | |
| -o-transform: translateY(200px); | |
| -ms-transform: translateY(200px); | |
| opacity: 0; } } | |
| @keyframes gravity { | |
| to { | |
| transform: translateY(200px); | |
| -moz-transform: translateY(200px); | |
| -webkit-transform: translateY(200px); | |
| -o-transform: translateY(200px); | |
| -ms-transform: translateY(200px); | |
| opacity: 0; } } | |
| @-webkit-keyframes position { | |
| 0%, 19.9% { | |
| margin-top: 10%; | |
| margin-left: 40%; } | |
| 20%, 39.9% { | |
| margin-top: 40%; | |
| margin-left: 30%; } | |
| 40%, 59.9% { | |
| margin-top: 20%; | |
| margin-left: 70%; } | |
| 60%, 79.9% { | |
| margin-top: 30%; | |
| margin-left: 20%; } | |
| 80%, 99.9% { | |
| margin-top: 30%; | |
| margin-left: 80%; } } | |
| @-moz-keyframes position { | |
| 0%, 19.9% { | |
| margin-top: 10%; | |
| margin-left: 40%; } | |
| 20%, 39.9% { | |
| margin-top: 40%; | |
| margin-left: 30%; } | |
| 40%, 59.9% { | |
| margin-top: 20%; | |
| margin-left: 70%; } | |
| 60%, 79.9% { | |
| margin-top: 30%; | |
| margin-left: 20%; } | |
| 80%, 99.9% { | |
| margin-top: 30%; | |
| margin-left: 80%; } } | |
| @-o-keyframes position { | |
| 0%, 19.9% { | |
| margin-top: 10%; | |
| margin-left: 40%; } | |
| 20%, 39.9% { | |
| margin-top: 40%; | |
| margin-left: 30%; } | |
| 40%, 59.9% { | |
| margin-top: 20%; | |
| margin-left: 70%; } | |
| 60%, 79.9% { | |
| margin-top: 30%; | |
| margin-left: 20%; } | |
| 80%, 99.9% { | |
| margin-top: 30%; | |
| margin-left: 80%; } } | |
| @-ms-keyframes position { | |
| 0%, 19.9% { | |
| margin-top: 10%; | |
| margin-left: 40%; } | |
| 20%, 39.9% { | |
| margin-top: 40%; | |
| margin-left: 30%; } | |
| 40%, 59.9% { | |
| margin-top: 20%; | |
| margin-left: 70%; } | |
| 60%, 79.9% { | |
| margin-top: 30%; | |
| margin-left: 20%; } | |
| 80%, 99.9% { | |
| margin-top: 30%; | |
| margin-left: 80%; } } | |
| @keyframes position { | |
| 0%, 19.9% { | |
| margin-top: 10%; | |
| margin-left: 40%; } | |
| 20%, 39.9% { | |
| margin-top: 40%; | |
| margin-left: 30%; } | |
| 40%, 59.9% { | |
| margin-top: 20%; | |
| margin-left: 70%; } | |
| 60%, 79.9% { | |
| margin-top: 30%; | |
| margin-left: 20%; } | |
| 80%, 99.9% { | |
| margin-top: 30%; | |
| margin-left: 80%; } } | |
| /* Custom Animation classes */ | |
| .name { | |
| color: #fff; | |
| margin: 6px; | |
| padding: 25px 20px; | |
| font-size: 48px; | |
| font-family: sans-serif; | |
| } | |
| .enter-name input[type=name] { | |
| background-color: #F2F919; | |
| color: black; | |
| border-radius: 10px; | |
| box-sizing: border-box; | |
| border-color: black; | |
| padding: 5px; | |
| position: fixed; | |
| left: 10px; | |
| bottom: 5px; | |
| height: 50px; | |
| width: 70%; | |
| text-align: center; | |
| font-size: 22px; | |
| display: inline-block; | |
| } | |
| .enter-name .btn { | |
| border-radius: 10px; | |
| font-size: 21px; | |
| padding: 4px; | |
| position: fixed; | |
| right: 2px; | |
| bottom: 5px; | |
| height: 50px; | |
| width: 23%; | |
| display: inline-block; | |
| color: black; | |
| background-color: red; | |
| border-color: black; | |
| letter-spacing: .5px; | |
| transition: .2s ease-out; | |
| cursor: pointer; | |
| line-height: 36px; | |
| outline: 0; | |
| text-transform: uppercase; | |
| vertical-align: middle; | |
| text-decoration: none; | |
| animation-duration: 4s !important; | |
| } | |
| .enter-name input[type=name]::-webkit-input-placeholder { | |
| color: black; | |
| font-size: 18px; | |
| } | |
| .enter-name input[type=name]::-moz-placeholder { | |
| color: #eee; | |
| font-size: 18px; | |
| } | |
| .enter-name input[type=name]:focus::-webkit-input-placeholder { | |
| color: #c0392b; | |
| } | |
| .enter-name input[type=name]:focus::-moz-placeholder { | |
| color: #c0392b; | |
| font-size: 18px; | |
| } | |
| </style> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
| <script src="slides.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { $curtainopen = false; $(".rope").click(function(){ $(this).blur(); if ($curtainopen == false){ $(this).stop().animate({top: '-171%' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'1px'}, 2000 ); $(".rightcurtain").stop().animate({width:'1px'},2000 ); $curtainopen = true; }else{ $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'50%'}, 2000 ); $(".rightcurtain").stop().animate({width:'51%'}, 2000 ); $curtainopen = false; } return false; }); }); | |
| </script> | |
| <style type="text/css"> | |
| *{ | |
| margin:0; | |
| padding:0; | |
| } | |
| body { | |
| text-align: center; | |
| } | |
| img{ | |
| border: none; | |
| } | |
| .leftcurtain{ | |
| width: 100%; | |
| height: 120%; | |
| top: 0px; | |
| left: 0px; | |
| position: absolute; | |
| z-index: 2; | |
| } | |
| .rightcurtain{ | |
| width: 100%; | |
| height: 120%; | |
| right: 0px; | |
| top: 0px; | |
| position: absolute; | |
| z-index: 3; | |
| } | |
| .rightcurtain img, .leftcurtain img{ | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .logo{ | |
| margin: 0px auto; | |
| margin-top: 150px; | |
| } | |
| .rope{ | |
| position: absolute; | |
| top: 0px; | |
| left: 50%; | |
| z-index: 4; | |
| text-decoration:none; | |
| } | |
| .centered { | |
| position: absolute; | |
| top: 75%; | |
| left: 50%; | |
| transform: translate(-50%, -50%); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <a class="rope" href="" onclick="PlaySound()"><br> | |
| <div style="font-size: 25px;text-shadow: 1px 1px 3px blue, 1px 1px 3px blue, -1px -1px 3px blue, -1px -1px 3px black;color:lime;font-weight: bold;"><br><b>ফোয়ারা স্পর্শ করুন </b></div> | |
| <img src="img/m2.png" style="max-width:200px; width: 80%;animation:shake 3s infinite" /> | |
| </a> | |
| <div class="leftcurtain"><img src="img/backg1.png"/></div> | |
| <div class="rightcurtain"><img src="img/backg2.png"/></div> | |
| <marquee class="m1" behavior="scroll" direction="up" scrolldelay="5"> <br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| </marquee> | |
| <marquee class="m2" behavior="scroll" direction="down" scrolldelay="5"><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| <img src="img/pink.png" height="30px" width="30px"/><br><br> | |
| <img src="img/yellow.png" height="30px" width="30px"/><br><br> | |
| <img src="img/red.png" height="30px" width="30px"/><br><br> | |
| <img src="img/green.png" height="30px" width="30px"/><br><br> | |
| <img src="img/orange.png" height="30px" width="30px"/><br><br> | |
| <img src="img/blue.png" height="30px" width="30px"/><br><br> | |
| </marquee> | |
| <div class="mainContainer"> | |
| <div class="pyro"> | |
| <div class="before"></div></div> | |
| <center> | |
| <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <!-- Holi --> | |
| <ins class="adsbygoogle" | |
| style="display:inline-block;width:300px;height:50px" | |
| data-ad-client="ca-pub-5386903227514310" | |
| data-ad-slot="5749367899"></ins> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({}); | |
| </script> | |
| </center><br><br> | |
| <h1 class="username" id="show-name" style="font-family:SF Espresso Shack;">Chittaranjan chowdhury</h1> | |
| <h3 class="fromMessage" id="fromMessage"></h3> | |
| <img src="img/coollogo_com-26878188.png" width="60%"> | |
| <div style="font-size: 15px; font-weight: 550; color: black;"> | |
| <p id="demo"></p> | |
| </div> | |
| <img src="img/cooltext349892178539084.png" width="90%" height="auto" style="animation: pulse 2s infinite"><br> | |
| <img src="img/holi.gif" class="center" style="animation: pulse 2.5s infinite; width: 70%; height: auto;"> | |
| <br> | |
| <center><div class="w3-content w3-section" style="max-width:500px"> | |
| <img class="mySlides" src="img/sl1.png" style="width250%; height:150px;"> | |
| <img class="mySlides" src="img/col.png" style="width250%; height:150px;"> | |
| <img class="mySlides" src="img/wN9N8cN.gif" style="width208%; height:150px;"> | |
| <img class="mySlides" src="img/bb.png" style="width100%; height:150px;"> | |
| <img class="mySlides" src="img/un.png" style="width250%; height:200px;"> | |
| </div></center> | |
| <img src="img/color_bowls.png" width="80%" height="auto" style="animation: pulse 2s infinite"><br> | |
| <br> | |
| <center> | |
| <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <!-- 250 --> | |
| <ins class="adsbygoogle" | |
| style="display:inline-block;width:250px;height:250px" | |
| data-ad-client="ca-pub-5386903227514310" | |
| data-ad-slot="3782352550"></ins> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({}); | |
| </script> | |
| </center><br> | |
| <div class="wishMessage" style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;"> | |
| <p style="text-shadow: 1px 1px 3px black, 1px 1px 3px black, -1px -1px 3px black, -1px -1px 3px black;color:#ff9933">মথুরার সুবাস, গোকুলের মালা </p> | |
| <p style="text-shadow: 1px 1px 3px black, 1px 1px 3px black, -1px -1px 3px black, -1px -1px 3px black;color:red">বৃন্দাবনের সুগন্ধ, বৃষ্টি ঝরনা</p> | |
| <span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:#000080">রাধার আশা, কানহার প্রেম</p> | |
| <span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:green">তোমাকে শুভ হোলি উত্সব</p> | |
| <span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:purple"> Happy Holi </p> | |
| <div style="background-color: yellow; border-radius: 17px; border: 0px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px; color: black; font-family: arial, sans-serif; font-size: 18px; font-stretch: normal; font-style: normal; font-variant: normal; line-height: normal; margin: 0px auto; padding: 4px 5px 3px; width: 80%;"> | |
| <marquee behavior="scroll"><b> | |
| আপনারা সবাইকে হোলি শুভ!</b></marquee> | |
| </div> | |
| </div><br><br> | |
| <h1 class="usernameb" id="show-name">Chittaranjan chowdhury</h1> | |
| <br> | |
| <form method="post" action="ready.php"> | |
| <div class="enter-name"> | |
| <input class="animated pulse infinite" type="name" required="" maxlength="50" name="n" placeholder="আপনার নাম এখানে লিখুন.."> | |
| <button class="btn animated shake infinite" type="submit"><span></span>👉 দৃশ্য</button> | |
| </div> | |
| </form> | |
| <style> | |
| input::placeholder { | |
| color: white; | |
| text-align: center; | |
| } | |
| </style><script src="Snow.js"></script> | |
| <script> | |
| var myIndex = 0; | |
| carousel(); | |
| function carousel() { | |
| var i; | |
| var x = document.getElementsByClassName("mySlides"); | |
| for (i = 0; i < x.length; i++) { | |
| x[i].style.display = "none"; | |
| } | |
| myIndex++; | |
| if (myIndex > x.length) {myIndex = 1} | |
| x[myIndex-1].style.display = "block"; | |
| setTimeout(carousel, 2000); // Change image every 2 seconds | |
| } | |
| </script> | |
| <script> | |
| jQuery(document).ready(function(e) { | |
| jQuery('body').wpSuperSnow({ | |
| flakes: ['img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg','img/belpatra.jpg'], | |
| totalFlakes: '35', | |
| zIndex: '999999', | |
| maxSize: '77', | |
| maxDuration: '40', | |
| useFlakeTrans: true | |
| }); | |
| }); | |
| </script> | |
| <!-- Display the countdown timer in an element --> | |
| <script> | |
| // Set the date we're counting down to | |
| var countDownDate = new Date("march 10, 2020 00:00:00").getTime(); | |
| // Update the count down every 01 second | |
| var x = setInterval(function() { | |
| // Get todays date and time | |
| var now = new Date().getTime(); | |
| // Find the distance between now an the count down date | |
| var distance = countDownDate - now; | |
| // Time calculations for days, hours, minutes and seconds | |
| var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
| var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
| var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
| var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
| // Display the result in the element with id="demo" | |
| document.getElementById("demo").innerHTML = days + "<font color='red'> দিনটি,</font> " + hours + "<font color='red'> ঘন্টা,</font> " | |
| + minutes + "<font color='red'> মিনিট,<br></font> " + seconds + "<font color='red'> দ্বিতীয়</font>প্রথম"; | |
| // If the count down is finished, write some text | |
| if (distance < 0) { | |
| clearInterval(x); | |
| document.getElementById("demo").innerHTML = ""; | |
| } | |
| }, 1000); | |
| </script> | |
| <!-- Global site tag (gtag.js) - Google Analytics --> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-159436474-1"></script> | |
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| function gtag(){dataLayer.push(arguments);} | |
| gtag('js', new Date()); | |
| gtag('config', 'UA-159436474-1'); | |
| </script> | |
| </body> | |
| </html> |
Wednesday, March 4, 2020
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment