English, asked by Firebreak, 9 months ago

In reference to the poem-The Ant and the
Cricket, describe what is your idea of life and
whether one should lead it like the for future, follow punctuality) or one
should see it like the cricket being free and living in
the present and thinking about it like as a holiday
Record a video expressing your views.​

Answers

Answered by aakashsaini12345677
4

Answer:

we should live the life like a punctual and hardworking ant not like the free living

cricket

Answered by Anonymous
32
&lt;html&gt; <br /><br />&lt;head&gt; <br /><br />&lt;style&gt; <br /><br />div { <br /><br />width: 100px; <br /><br />height: 100px; <br /><br />background-color: red; <br /><br />position: relative; <br /><br />animation-name: example; <br /><br />animation-duration: 4s; <br /><br />animation-iteration-count: 3; <br /><br />} <br /><br />@keyframes example { <br /><br />0% {background-color:red; left:0px; top:0px;} <br /><br />25% {background-color:yellow; left:200px; top:0px;} <br /><br />50% {background-color:blue; left:200px; top:200px;} <br /><br />75% {background-color:green; left:0px; top:200px;} <br /><br />100% {background-color:red; left:0px; top:0px;} <br /><br />} <br /><br />&lt;/style&gt; <br /><br />&lt;/head&gt; <br /><br />&lt;body&gt; <br /><br />&lt;p&gt;&lt;b&gt;ABHISHEK....&lt;/p&gt; <br /><br />&lt;div&gt;&lt;/div&gt; <br /><br />&lt;/body&gt; <br /><br />&lt;/html&gt;

&lt;html&gt; <br /><br />&lt;head&gt; <br /><br />&lt;style&gt; <br /><br />h1{ <br /><br />text-transform:uppercase; <br /><br />margin-top:90px; <br /><br />text-align:center; <br /><br />font-family:Courier new,monospace; <br /><br />border:3px solid rgb(60,450,500); <br /><br />border-top:none; <br /><br />width:90%; <br /><br />letter-spacing:-6px; <br /><br />box-sizing:border-box; <br /><br />padding-right:5px; <br /><br />border-radius:6px; <br /><br />font-size:35px; <br /><br />font-weight:bold; <br /><br />} <br /><br />h1 span{ <br /><br />position:relative; <br /><br />display:inline-block; <br /><br />margin-right:3px; <br /><br />} <br /><br />@keyframes shahir{ <br /><br />0% <br /><br />{ <br /><br />transform: translateY(0px) rotate(0deg); <br /><br />} <br /><br />40% <br /><br />{ <br /><br />transform: translateY(0px) rotate(0deg); <br /><br />} <br /><br />50% <br /><br />{ <br /><br />transform: translateY(-50px)rotate(180deg);; <br /><br />} <br /><br />60% <br /><br />{ <br /><br />transform: translateY(0px)rotate(360deg);; <br /><br />} <br /><br />100% <br /><br />{ <br /><br />transform: translate(0px)rotate(360deg);; <br /><br />}} <br /><br />h1 span <br /><br />{ <br /><br />animation: shahir 3s alternate infinite linear; <br /><br />} <br /><br />h1 span:nth-child(1) <br /><br />{color:lime; <br /><br />animation-delay: 0s; <br /><br />} <br /><br />h1 span:nth-child(2) <br /><br />{color:lightmaroon; <br /><br />animation-delay: 0.2s; <br /><br />} <br /><br />h1 span:nth-child(3) <br /><br />{color:red; <br /><br />animation-delay:0s; <br /><br />} <br /><br />h1 span:nth-child(4) <br /><br />{color:green; <br /><br />animation-delay: 0.4s; <br /><br />} <br /><br />h1 span:nth-child(5) <br /><br />{color:blue; <br /><br />animation-delay: 0.5s; <br /><br />} <br /><br />h1 span:nth-child(6) <br /><br />{color:purple; <br /><br />animation-delay: 0.3s;} <br /><br />&lt;/style&gt; <br /><br />&lt;meta name="viewport" content="width=device-width" &gt; <br /><br />&lt;/head&gt; <br /><br />&lt;body&gt;&lt;center&gt;&lt;div&gt;&lt;h1&gt;&lt;span&gt;A&lt;/span&gt;&lt;span&gt;B&lt;/span&gt;&lt;span&gt;H&lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt;S&lt;/span&gt;&lt;span&gt;H&lt;/span&gt;&lt;span&gt;E&lt;/span&gt;&lt;span&gt;K&lt;/span&gt; <br /><br />&lt;/h1&gt;&lt;/div&gt;&lt;/center&gt;&lt;/body&gt;&lt;/html&gt;
Similar questions