Computer Science, asked by tanishka987717, 6 months ago

fillps ;- 1- you can aero ______ to select a single window and close the rest .

Answers

Answered by Tanmayrajput05
22

&lt;!DOCTYPE html&gt;</p><p>&lt;title&gt;Example&lt;/title&gt;</p><p>&lt;style&gt;</p><p>.chameleon {</p><p>  color: orange;</p><p>  animation-name: chameleon;</p><p>  animation-duration: 1s;</p><p>  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 3.0);</p><p>  animation-delay: 0s;</p><p>  animation-iteration-count: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;</p><p>  animation-direction: normal;</p><p>  animation-fill-mode: forwards;</p><p>  }</p><p>@keyframes chameleon {</p><p>  0%   {</p><p>    font-size: 1em;</p><p>    }</p><p>  50%   {</p><p>    font-size: 2em; </p><p>    color: limegreen;</p><p>    }</p><p>  100%   {</p><p>    font-size: 1em;</p><p>    }</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;h3 class="chameleon"&gt;ANSWER&lt;/h3&gt;

&lt;!DOCTYPE html&gt;</p><p>&lt;title&gt;Example&lt;/title&gt;</p><p>&lt;style&gt;</p><p>.clipped {</p><p>  width: 220px;</p><p>  height: 150px;</p><p>  padding: 10px;</p><p>  background-color: yellowgreen;</p><p>  background-image: url(/pix/byron_bay_300x225.jpg);</p><p>  border: 20px solid rgba(0,0,0,0.3);</p><p>  background-clip: border-box;</p><p>  background-origin: border-box;</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;div class="clipped"&gt;</p><p>  Shake (correct Answer) When your desktop is cluttered with open windows, you can use Shake to select a single window and minimize the rest.</p><p>&lt;/div&gt;</p><p>

Similar questions