Math, asked by noushadp9903, 1 year ago

Show that:sec²∅×cosec²∅=sec²∅+cosec²∅

Answers

Answered by MRsteveAustiN
1

</p><p>&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>  background-color: black;</p><p>  font-family:jokerman;</p><p>  ;</p><p>}</p><p></p><p>.glow {</p><p>  font-size: 50px;</p><p>  color: #fff;</p><p>  text-align: center;</p><p>  -webkit-animation: glow 1s ease-in-out infinite alternate;</p><p>  -moz-animation: glow 1s ease-in-out infinite alternate;</p><p>  animation: glow 1s ease-in-out infinite alternate;</p><p>}</p><p></p><p>@-webkit-keyframes glow {</p><p>  from {</p><p>    text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #00ffd2;</p><p>  }</p><p>  </p><p>  to {</p><p>    text-shadow: 0 0 100px #0000FF, 0 0 40px #ff4da6, 0 0 40px #ff4da6, 0 0 100px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;</p><p>  }</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p></p><p>&lt;h1 class="glow"&gt;hello&lt;/h1&gt;</p><p>     </p><p>&lt;/body&gt;</p><p>&lt;/html&gt; </p><p></p><p>

</p><p>&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=2"&gt;</p><p>&lt;style&gt;</p><p></p><p>body {</p><p>	height: 100%;</p><p>	display: flex;</p><p>	align-items: center;</p><p>	justify-content: center;</p><p>	background-color: navajowhite;</p><p>}</p><p></p><p>.box {</p><p>	display: flex;</p><p>}</p><p></p><p>.box .inner {</p><p>	width: 400px;</p><p>	height: 200px;</p><p>	line-height: 200px;</p><p>	font-size: 1em;</p><p>	font-family: sans-serif;</p><p>	font-weight: bold;</p><p>	white-space: nowrap;</p><p>	overflow: hidden;</p><p>}</p><p></p><p>.box .inner:first-child {</p><p>	background-color: yellow;</p><p>	color: red;</p><p>	transform-origin: right;</p><p>	transform: perspective(100px) rotateY(-20deg);</p><p>}</p><p></p><p>.box .inner:last-child {</p><p>	background-color: black;</p><p>	color: blue;</p><p>	transform-origin: left;</p><p>	transform: perspective(100px) rotateY(10deg);</p><p>}</p><p></p><p>.box .inner span {</p><p>	position: absolute;</p><p>	animation: marquee 5s linear infinite;</p><p>}</p><p></p><p>.box .inner:first-child span {</p><p>	animation-delay: 2.5s;</p><p>	left: -100%;</p><p>}</p><p></p><p>@keyframes marquee {</p><p>	from {</p><p>		left: 100%;</p><p>	}</p><p></p><p>	to {</p><p>		left: -100%;</p><p>	}</p><p>}</p><p>&lt;/style&gt;</p><p></p><p>&lt;body&gt;</p><p>&lt;div class="box"&gt;</p><p>  &lt;div class="inner"&gt;</p><p>    &lt;span&gt;Harshita0531&lt;/span&gt;</p><p>  &lt;/div&gt;</p><p>  &lt;div class="inner"&gt;</p><p>    &lt;span&gt;Miss Shareef&lt;/span&gt;</p><p>  &lt;/div&gt;</p><p>&lt;/div&gt;</p><p></p><p>     </p><p>&lt;/body&gt;</p><p>&lt;/html&gt; </p><p></p><p>

Similar questions