Turning Down Marquees Effect
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cool Effects with Marquees</title>
</head>
<body>
<div class="example-display" style="position:relative;height:600px;">
<marquee style="z-index:2;position:absolute;left:18%;top:47%;font-family:Cursive;font-size:14pt;color: green;height:100px;" scrollamount="3" direction="down"> DEVANSH MISHRA </marquee>
<marquee style="z-index:2;position:absolute;left:1%;top:39%;font-family:Cursive;font-size:14pt;color:pink;height:50%;" scrollamount="7" direction="down">CODER</marquee>
<marquee style="z-index:2;position:absolute;left:11%;top:7%;font-family:Cursive;font-size:14pt;color:red;height:302px;" scrollamount="4" direction="down">PROGRAMMER</marquee>
<marquee style="z-index:2;position:absolute;left:25%;top:33%;font-family:Cursive;font-size:14pt;color: brown;height:435px;" scrollamount="3" direction="down">STUDENT</marquee>
<marquee style="z-index:2;position:absolute;left:15%;top:13%;font-family:Cursive;font-size:14pt;color:yell ye;height:432px;" scrollamount="2" direction="down">GEEKY DM</marquee>
<marquee style="z-index:2;position:absolute;left:8%;top:29%;font-family:Cursive;font-size:14pt;color:blu b;height:369px;" scrollamount="1" direction="down">TECH ENTHUSIAST</marquee>
<marquee style="z-index:2;position:absolute;left:30%;top:17%;font-family:Cursive;font-size:14pt;color:#ffcc00;height:289px;" scrollamount="7" direction="down">INVESTOR</marquee>
<marquee style="z-index:2;position:absolute;left:46%;top:27%;font-family:Cursive;font-size:14pt;color:#f90;height:78px;" scrollamount="7" direction="down">DIGITAL MARKETER</marquee>
<marquee style="z-index:2;position:absolute;left:16%;top:17%;font-family:Cursive;font-size:14pt;color:#ffcc00;height:56px;" scrollamount="5" direction="down">PCM TOPPER</marquee>
<marquee style="z-index:2;position:absolute;left:30%;top:46%;font-family:Cursive;font-size:14pt;color:#ffcc00;height:194px;" scrollamount="2" direction="down">MY WEBSITE: msha.ke/dmblogger/</marquee>
<marquee style="z-index:2;position:absolute;left:2%;top:10%;font-family:Cursive;font-size:14pt;color:#ffcc00;height:251px;" scrollamount="6" direction="down">geekydm.carrd.co</marquee>
</div>
</body>
</html>
Comments
Post a Comment