Math, asked by sulekha1812, 9 months ago

प्रोडक्ट ऑफ टू नंबर इज 54f वन नंबर एस ई फाइंड अदर नंबर​

Answers

Answered by sanchitachauhan241
2

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;</p><p>&lt;style&gt;</p><p>body {</p><p>font-family: Arial, Helvetica, sans-serif;</p><p>}</p><p>.flip-box {</p><p>background-color: transparent;</p><p>width: 300px;</p><p>height: 200px;</p><p>border: 1px solid #f1f1f1;</p><p>perspective: 1000px;</p><p>}</p><p>.flip-box-inner {</p><p>position: relative;</p><p>width: 100%;</p><p>height: 100%;</p><p>text-align: center;</p><p>transition: transform 0.8s;</p><p>transform-style: preserve-3d;</p><p>}</p><p>.flip-box:hover .flip-box-inner {</p><p>transform: rotateY(180deg);</p><p>}</p><p>.flip-box-front, .flip-box-back {</p><p>position: absolute;</p><p>width: 100%;</p><p>height: 100%;</p><p>backface-visibility: hidden;</p><p>}</p><p>.flip-box-front {</p><p>background-color: beige;</p><p>color: black;</p><p>}</p><p>.flip-box-back {</p><p>background-color: slateblue;</p><p>color: white;</p><p>transform: rotateY(180deg);</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;h1&gt;Flip it ➻&lt;/h1&gt;</p><p>&lt;h3&gt;ғᴏʀ ʙʀᴀɪɴʟʏ ᴜsᴇʀs:&lt;/h3&gt;</p><p>&lt;div class="flip-box"&gt;</p><p>&lt;div class="flip-box-inner"&gt;</p><p>&lt;div class="flip-box-front"&gt;</p><p>&lt;h2&gt;TAP_HERE&lt;/h2&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="flip-box-back"&gt;</p><p>&lt;h2&gt; .."Hello Dude "..&lt;br/&gt;&lt;br/&gt;Itz Priya&lt;/h2&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions