English, asked by tanviparmar, 8 months ago

what do you learn from the grandmother of khushwant Singh ?
Long answer​

Answers

Answered by rsultana331
0

Answer:

&lt;div class="center-on-page"&gt;</p><p>  </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>  </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 {</p><p>  background: #ecf0f1;</p><p>}</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>}</p><p>/* Poké Styles */</p><p>.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>  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>  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>}

Answered by nabodhkumar712
0

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

Similar questions