English, asked by rina26112, 8 months ago

what is gerund can someone tell me ​

Answers

Answered by Anonymous
37
&lt;!DOCTYPE html&gt;<br /><br />&lt;html&gt;<br /><br />&lt;head&gt;<br />&lt;title&gt;Coffee&lt;/title&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;div class="coffee-cont"&gt;<br />  &lt;div class="coffee-cup"&gt;&lt;/div&gt;<br />  &lt;div class="coffee-hand"&gt;&lt;/div&gt;<br />  &lt;div class="coffee-tasse"&gt;&lt;/div&gt;<br />&lt;/div&gt;<br /><br />&lt;style&gt;<br /><br /><br />.coffee-cont {<br />  width: 500px; <br />  height: 500px;<br />  margin: 0 auto;<br />  position: relative;<br />}<br /><br />.coffee-cup {<br />  position: absolute;<br />  width: 250px;<br />  height: 190px;<br />  margin: 0 auto;<br />  background: radial-gradient(circle,rgba(208, 208, 208, 1) 5%,rgba(189, 189, 189, 1) 51%);<br />  border-radius: 0 0 150px 150px;<br />  position: relative;<br />  top: 50%;<br />}<br /><br />.coffee-cup::before {<br />  content: '';<br />  display: block;<br />  height: 30px;<br />  width: 230px;<br />  position: absolute;<br />  border-radius: 50%;<br />  background: radial-gradient(circle,rgba(132, 102, 76, 1) 5%,rgba(86, 44, 8, 1) 96%);<br />  top: -7px;<br />  left: 10px;<br />  z-index: 9;<br />}<br /><br />.coffee-cup::after{<br />  content: '';<br />  display: block;<br />  height: 45px;<br />  width: 242px;<br />  position: absolute;<br />  border-radius: 50%;<br />  background: #cccccc;<br />  top: -25px;<br />  left: -1px;<br />  border: 5px solid #e6e6e6;<br />}<br /><br />.coffee-hand{<br />  width: 52px;<br />  height: 32px;<br />  position: absolute;<br />  background: #ffffff;<br />  border-radius: 32px;<br />  transform: rotate(-36deg);<br />  z-index: -1;<br />  border: 15px solid #dbdbdb;<br />  top: 56%;<br />  left: 66%;<br />}<br /><br />.coffee-tasse{ <br />  width: 400px;<br />  top: 68%;<br />  left: 10%;<br />  height: 139px;<br />  background: radial-gradient(circle,rgba(69, 69, 69, 1) 13%,rgba(176, 176, 176, 1) 45%,rgba(143, 141, 141, 1) 96%);<br />  border-radius: 50%;<br />  position: absolute;<br />  z-index: -1;<br />  border: 2px solid #f0f0f0;<br />  box-shadow: 1px 3px 0px 1px #323232;<br />}<br /><br />.coffee-tasse::after{<br />  content: '';<br />  display: block;<br />  width: 405px;<br />  top: 68%;<br />  border-radius: 50%;<br />  height: 145px;<br />  background: transparent;<br />  box-shadow: 2px 5px 8px 3px #bababa;<br />}<br /><br />&lt;/style&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;
Answered by DEBOJITKAR
3

Explanation:

A gerund is the –ing form of a verb that functions the same as a noun. ... It acts just like a noun. The infinitive form of a verb appears either as the basic form (with no marking) or with the word “to.” For example, you can say “I might run to the store” or “I like to run.” In this sentence, “to run” is the infinitive.

Similar questions