English, asked by pallavithakur4286, 7 months ago

All the day before, it had rained heavily.
It was not possible to postpone the match any further
6.
He never played a selfish game.
7.
A defeat stared them in the face.
Ans.
8.
I ate two or three loaves at a time.
Ans.
9.
The city was just half a mile away but the journey took almost a full day.​

Answers

Answered by rsultana331
0

Answer:

try it i gave codes

 &lt;div class="center-on-page"&gt; </p><p>  &lt;div class="pokeball"&gt;</p><p>    &lt;div class="pokeball__button"&gt;&lt;/div&gt;</p><p>  &lt;/div&gt;  </p><p>&lt;/div&gt;</p><p>*, *:before, *:after {</p><p>  -webkit-box-sizing: border-box;</p><p>  -moz-box-sizing: border-box;</p><p>  box-sizing: border-box;</p><p>}</p><p>body {  background: #ecf0f1;}</p><p>.center-on-page {</p><p>  position: absolute;</p><p>  top: 50%;</p><p>  left: 50%;</p><p>  transform: translate(-50%,-50%);}</p><p>/* Poké Styles */.pokeball {</p><p>  position: relative;</p><p>  width: 200px;</p><p>  height: 200px;</p><p>  background: #fff;</p><p>  border: 10px solid #000;</p><p>  border-radius: 50%;</p><p>  overflow: hidden;</p><p>  box-shadow: inset -10px 10px 0 10px #ccc;</p><p></p><p>  animation: fall .25s ease-in-out,</p><p>shake 1.25s cubic-bezier(.36,.07,.19,.97) 3;</p><p>}</p><p>.pokeball::before,</p><p>.pokeball::after {</p><p>  content:"";</p><p>  position: absolute;</p><p>}</p><p>.pokeball::before {</p><p>  background: red;</p><p>  width: 100%;</p><p>  height: 50%;</p><p>}</p><p>.pokeball::after {</p><p>  top: calc(50% - 10px);</p><p>  width: 100%;</p><p>  height: 20px;</p><p>  background: #000;</p><p>}</p><p>.pokeball__button {</p><p>  position: absolute;</p><p>  top: calc(50% - 30px);</p><p>  left: calc(50% - 30px);</p><p>  width: 60px;</p><p>  height: 60px;</p><p>background: #7f8c8d;</p><p>  border: 10px solid #fff;</p><p>  border-radius: 50%;</p><p>  z-index: 10;</p><p>  box-shadow: 0 0 0 10px black;</p><p>  animation: blink .5s alternate 7;</p><p>}</p><p>/* Animation */</p><p>@keyframes blink {</p><p>  from { background: #eee;}</p><p>  to { background: #e74c3c; }</p><p>}</p><p>@keyframes shake {</p><p>  0 { transform: translate(0, 0) rotate(0); }</p><p></p><p>  20% { transform: translate(-10px, 0) rotate(-20deg); }</p><p>  30% { transform: translate(10px, 0) rotate(20deg); }</p><p>  50% { transform: translate(-10px, 0) rotate(-10deg); }</p><p>  60% { transform: translate(10px, 0) rotate(10deg); }</p><p>  100% { transform: translate(0, 0) rotate(0); }</p><p>}</p><p>@keyframes fall {</p><p>  0% { top: -200px }</p><p>  60% { top: 0 }</p><p>  80% { top: -20px }</p><p>  100% { top: 0 }</p><p>}

Similar questions