Math, asked by jondinesh111104, 6 months ago

cross word puzzle on polynomials​

Answers

Answered by 9346383370
2

Step-by-step explanation:

.....................

Answered by CleverBoi
0
<br /><br />&lt;!DOCTYPE html&gt;<br /><br />&lt;html lang="en"&gt;<br /><br />&lt;head&gt;<br /><br />&lt;title&gt;Shinchan&lt;/title&gt;<br /><br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;div class="card"&gt; &lt;h2&gt;I am a&lt;/h2&gt; &lt;ul&gt; &lt;li&gt; &lt;input type="radio" name="name" id="one" checked /&gt; &lt;label for="one"&gt;Good Boy&lt;/label&gt; &lt;div class="check"&gt;&lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;input type="radio" name="name" id="two" /&gt; &lt;label for="two"&gt;Bad Boy&lt;/label&gt; &lt;div class="check"&gt;&lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;<br /><br />&lt;style&gt;<br /><br />/* Variables –––––––––––––––––––––––––––––––––––––––––––––––––– */ :root { --primary-c: #2196F3; --secondary-c: #B2D7F5; --white: #FDFBFB; --text: #082943; --bg: var(--primary-c); } /* Basic Config –––––––––––––––––––––––––––––––––––––––––––––––––– */ html, body { width: 350px;<br />height: 350px; padding: 0; margin: 0; } body { background-color: var(--bg); display: flex; justify-content: center; align-items: center; font-family: 'Raleway', sans-serif; color: var(--text); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ul { list-style-type: none; padding-left: 50px; margin: 0; } li { display: block; position: relative; padding: 20px 0px; } h2 { margin: 10px 0; font-weight: 900; } /* Card –––––––––––––––––––––––––––––––––––––––––––––––––– */ .card { display: flex; flex-direction: column; background: var(--white); width: 300px; padding: 20px 25px; border-radius: 20px; box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13); } /* Radio Button –––––––––––––––––––––––––––––––––––––––––––––––––– */ input[type=radio] { position: absolute; visibility: hidden; } label { cursor: pointer; font-weight: 400; } .check { width: 30px; height: 30px; position: absolute; border-radius: 50%; transition: transform .6s cubic-bezier(0.68, -0.55, 0.27, 1.55); } /* Reset */ input#one ~ .check { transform: translate(-50px, -25px); background: var(--secondary-c); } input#two ~ .check { transform: translate(-50px, -83px); background: var(--primary-c); box-shadow: 0 6px 12px rgba(33, 150, 243, 0.35); } /* Radio Input #1 */ input#one:checked ~ .check { transform: translate(-50px, 33px); } /* Radio Input #2 */ input#two:checked ~ .check { transform: translate(-50px, -25px); } <br /><br />&lt;/style&gt;<br /><br />&lt;/body&gt;<br /><br />&lt;/html&gt;<br /><br />
Similar questions