Hindi, asked by amritmourya18, 9 months ago

कविता में भाव तत्त्व की प्रधानता नहीं होती।​

Answers

Answered by Anonymous
3

Answer:

find qwertyuiopasdfghjklzxcvbnm

&lt;!DOCTYPE html&gt;</p><p>&lt;html lang="pt-br"&gt;</p><p>	&lt;head&gt;</p><p>		&lt;meta charset="utf-8"&gt;</p><p>		&lt;meta http-equiv="Content-Type" content="image/svg+xml" /&gt;</p><p>		&lt;meta http-equiv="X-UA-Compatible" content="IE=edhe,Chrome=1"&gt;</p><p>		&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</p><p>		&lt;link rel="stylesheet" type="text/css" href="style.css"&gt;</p><p></p><p>	&lt;title&gt;SVG&lt;/title&gt;</p><p>	&lt;meta name="robots" content="logo, follow"&gt;</p><p>	</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>	&lt;div class="circle"&gt;</p><p>		&lt;div class="wave"&gt;&lt;/div&gt;</p><p>	&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body</p><p>{</p><p>	margin: 0;</p><p>	padding: 0;</p><p>   height: 300px;</p><p>}</p><p>.circle</p><p>{</p><p>	position: fixed;</p><p>	top: 50%;</p><p>	left: 50%;</p><p>	transform: translate(-50%, -50%) scale(1.6);</p><p>	width: 150px;</p><p>	height: 150px;</p><p>	border: 5px solid #fff;</p><p>	box-shadow: 0 0 0 5px #4973ff;</p><p>	border-radius: 50%;</p><p>	overflow: hidden;</p><p>}</p><p></p><p>.wave</p><p>{</p><p>	position: relative;</p><p>	width: 100%;</p><p>	height: 100%;</p><p>	background: #4973ff;</p><p>	border-radius: 50%;</p><p>	box-shadow: inset 0 0 50px rgba(0,0,0.5);</p><p>}</p><p>.wave:before,</p><p>.wave:after</p><p>{</p><p>	content: '';</p><p>	position: absolute;</p><p>	width: 200%;</p><p>	height: 200%;</p><p>	top: 0;</p><p>	left: 50%;</p><p>	transform: translate(-50%,-75%);</p><p>	background: #000;</p><p>}</p><p>.wave:before</p><p>{</p><p>	border-radius: 45%;</p><p>	background: rgba(255,255,255,1);</p><p>	animation: animate 10s linear infinite;</p><p>}</p><p>.wave:after</p><p>{</p><p>	border-radius: 40%;</p><p>	background: rgba(255,255,255,.5);</p><p>	animation: animate 5s linear infinite;</p><p>}</p><p>@keyframes animate</p><p>{</p><p>	0%</p><p>	{</p><p>		transform: translate(-50%,-70%) rotate(0deg);</p><p>	}</p><p>	100%</p><p>	{</p><p>		transform: translate(-50%,-75%) rotate(360deg);</p><p>	}</p><p>}</p><p></p><p>&lt;/style&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions