Biology, asked by abhipodder19, 8 months ago

রক্তের শর্করার মাত্রা নিয়ন্ত্রণে ইনসুলিন হরমোনের ভূমিকা উল্লেখ করো

Answers

Answered by Anonymous
6

Answer:

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html lang="en"&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Cat in night&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div id="wrapper"&gt;</p><p></p><p>&lt;section class="sky"&gt;</p><p></p><p>&lt;div class="moon"&gt;&lt;/div&gt;</p><p></p><p>&lt;ul&gt;</p><p></p><p>&lt;li class="cloud"&gt;&lt;/li&gt;</p><p></p><p>&lt;li class="cloud"&gt;&lt;/li&gt;</p><p></p><p>&lt;li class="cloud"&gt;&lt;/li&gt;</p><p></p><p>&lt;/ul&gt;</p><p></p><p>&lt;/section&gt;</p><p></p><p>&lt;section class="wall"&gt;</p><p></p><p>&lt;section class="cat"&gt;</p><p></p><p>&lt;div class="cat-head"&gt;</p><p></p><p>&lt;div class="eyes"&gt;</p><p></p><p>&lt;div class="eye"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="eye"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;div class="cat-body"&gt;</p><p></p><p>&lt;div class="tail"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;/section&gt;</p><p></p><p>&lt;/section&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>.sky {</p><p></p><p>height: 300px; background: radial-gradient(#112A71, #000A31); overflow: hidden;position: relative; }</p><p></p><p>.sky .moon {</p><p></p><p>width: 80px; height: 80px; border-radius: 50%; background-color: #FEFF79; -webkit-box-shadow: 0 0 150px #FEFF79, inset 0 1px 20px rgba(0, 0, 0, 0.3); box-shadow: 0 0 150px #FEFF79, inset 0 1px 20px rgba(0, 0, 0, 0.3); position: absolute; top: 30px; right: 100px; }</p><p></p><p>.sky .cloud {</p><p></p><p>width: 80px; height: 30px; background-color: #8D8D8D; border-radius: 50px; -webkit-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.3); position: relative; top: 60px; left: 30px; -webkit-animation: shift 100s infinite linear; animation: shift 100s infinite linear; }</p><p></p><p>.sky .cloud:nth-child(2) {</p><p></p><p>-webkit-transform: scale(-1.5, 1.3); transform: scale(-1.5, 1.3);top: 100px; left: 250px;-webkit-animation-duration: 40s;animation-duration: 40s; }</p><p>.sky .cloud:last-child {</p><p></p><p>top: 150px; left: 100px; -webkit-transform: scale(2); transform: scale(2); -webkit-animation-duration: 60s; animation-duration: 60s; }</p><p></p><p>.sky .cloud::before, .sky .cloud::after {</p><p></p><p>content: ''; display: block; width: 32px; height: 30px; background-color: inherit; border-radius: 50%; position: relative; top: -15px;left: 35px; }</p><p></p><p>.sky .cloud::after {</p><p></p><p>top: -40px; left: 10px;}</p><p></p><p>@-webkit-keyframes shift {</p><p></p><p>0% {margin-left: -500px;}100% {margin-left: 100%;}}</p><p></p><p>@keyframes shift {</p><p></p><p>0% {margin-left: -500px;}100% {margin-left: 100%;}}</p><p></p><p>.wall {</p><p></p><p>height: 250px; background: radial-gradient(ellipse at top, #000C23, #000000); position: relative; top: 0px; }</p><p></p><p>.wall .cat {</p><p></p><p>position: absolute; top: -105px;left: 90px; }</p><p></p><p>.cat-head {</p><p></p><p>width: 40px; height: 40px; background-color: #131313; border-radius: 50% 50% 100% 100%; position: relative; }</p><p></p><p>.cat-head::before, .cat-head::after {</p><p></p><p>width: 6px; height: 2px; content: ''; background-color: inherit; border-radius: 5% 100% 0 0; border-top: 10px solid #131313; border-left: 4px solid #141414; position: absolute; -webkit-transform: rotate(-5deg); transform: rotate(-5deg); top: -6px; left: 0px; z-index: 2; }</p><p></p><p>.cat-head::after {</p><p></p><p>left: auto; right: 0px; -webkit-transform: scaleX(-1) rotate(-5deg); transform: scaleX(-1) rotate(-5deg); -webkit-animation: wiggle 3s ease-in infinite; animation: wiggle 3s ease-in infinite; }</p><p></p><p>.cat-head .eyes {</p><p></p><p>height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }</p><p></p><p>.cat-head .eyes .eye {</p><p></p><p>width: 6px; height: 6px; background-color: #4C4C4C; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px #00D382; box-shadow: 0 0 0 3px #00D382; z-index: 5; position: relative; -webkit-animation: blink 3s ease-out infinite;animation: blink 3s ease-out infinite;}</p><p></p><p>.cat-head .eyes .eye::after {</p><p></p><p>content: ''; width: 2px; height: 2px; background-color: #FFDFDF; border-radius: 50%; position: absolute;top: 0px; left: 3px; }</p><p></p><p>.cat-head .eyes .eye:last-child {</p><p></p><p>-webkit-transform: scaleX(-1); transform: scaleX(-1); }</p><p>.cat-head .eyes .eye:last-child::after {</p><p></p><p>left: auto; right: 3px;}</p><p></p><p>.cat-body {</p><p></p><p>height: 80px; width: 38px; background: #131313; border-radius: 100% 100% 70% 70%; position: relative; top: -12px;}</p><p></p><p>.cat-body .tail {</p><p></p><p>width: 40px; height: 10px; background-color: transparent; border-radius: 50%; border: 8px solid #131313; border-left-color: transparent; border-top-color: transparent; position: absolute; bottom: 0px; left: 5px;}</p><p></p><p>.cat-body .tail::after {</p><p></p><p>content: ''; width: 9px; height: 10px; background-color: #131313; position: absolute; right: -5px; border-radius: 50%; top: -4px; -webkit-transform: skew(44deg, -26deg); transform: skew(44deg, -26deg); }</p><p></p><p>@-webkit-keyframes blink {</p><p></p><p>78%, 82%, 86%, 90% {opacity: 1;}80%, 88% {opacity: 0;}}</p><p></p><p>@keyframes blink {</p><p></p><p>78%, 82%, 86%, 90% {opacity: 1; }80%, 88% {opacity: 0;}}</p><p></p><p>@-webkit-keyframes wiggle {</p><p></p><p>50%, 60% {-webkit-transform: scaleX(-1) rotate(-5deg); transform: scaleX(-1) rotate(-5deg);} 55% {-webkit-transform: scaleX(-1) rotate(-30deg); transform: scaleX(-1) rotate(-30deg); } }</p><p></p><p>@keyframes wiggle {50%, 60% {</p><p></p><p>-webkit-transform: scaleX(-1) rotate(-5deg); transform: scaleX(-1) rotate(-5deg);}55% {-webkit-transform: scaleX(-1) rotate(-30deg);transform: scaleX(-1) rotate(-30deg);}}</p><p>* {padding: 0;margin: 0; }ul {</p><p>list-style-type: none; }body{background: #1e1e1e;}#wrapper {max-width: 400px; margin: 0 auto;height: 100vh;}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

Similar questions