Math, asked by yashodara2396, 6 months ago

39. (a)12-42
(b)14-82
(c) 23-64
(d) 36-72

Answers

Answered by Tanmayrajput05
13

&lt;!DOCTYPE html&gt;</p><p>&lt;title&gt;Example&lt;/title&gt;</p><p>&lt;style&gt;</p><p>.cool-border {</p><p>  width: 60px;</p><p>  padding:40px;</p><p>  border: 1em double #edb742;</p><p>  border-image: url(/pix/css/css3/properties/border-image-1.png) 30 30 round;</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;div class="cool-border"&gt;</p><p>  ANSWER</p><p>&lt;/div&gt;

(a) 12 — 42 => — 30

(b) 14 — 82 => — 68

(c) 23 — 64 => — 41

(d) 36 — 72 => — 36

	&lt;!doctype html&gt;</p><p>&lt;title&gt;Example&lt;/title&gt;</p><p>&lt;style&gt;</p><p>.container {</p><p>  position: relative;</p><p>  left:80px;</p><p>  top:60px;</p><p>  height: 200px;</p><p>  width: 200px;</p><p>  margin: 1px;</p><p>  border: 1px dotted firebrick;</p><p>  perspective: 250px; </p><p>}</p><p>.rotate {</p><p>  padding:10px;</p><p>  width: 200px;</p><p>  height: 200px;</p><p>  text-align:center;</p><p>  background-color: gold;</p><p>  opacity: 0.8;</p><p>  transform-style: preserve-3d;</p><p>  animation: rotate 7s linear 0s infinite reverse none;</p><p>}</p><p>.container:hover .rotate {</p><p>  transform-style: flat;</p><p>}</p><p>@keyframes rotate {</p><p>  from { transform: rotateX(0); }</p><p>  to   { transform: rotateX(360deg); }</p><p>}</p><p>.rotate &gt; div {</p><p>  position: absolute;</p><p>  top: 40px;</p><p>  left: 40px;</p><p>  width: 80px;</p><p>  height: 50px;</p><p>  padding: 10px;</p><p>  box-sizing: border-box;</p><p>}</p><p>.rotate &gt; :first-child {</p><p>  width:80px;</p><p>  height:70px;</p><p>  background-color: chartreuse;</p><p>  transform: translateZ(-80px) rotateY(35deg);</p><p>}</p><p>.rotate &gt; :last-child {</p><p>  width:100px;</p><p>  height:50px;</p><p>  background-color: plum;</p><p>  transform: translateZ(50px) rotateX(50deg);</p><p>  transform-origin: 50% top;</p><p>}</p><p>&lt;/style&gt;</p><p></p><p></p><p>&lt;div class="container"&gt;</p><p>	&lt;div class="rotate"&gt;I hope it's helps you</p><p>      </p><p>	&lt;/div&gt;</p><p>&lt;/div&gt;

Similar questions