Science, asked by iqrajan32, 9 months ago

can any one xplain give great words.....nature loves symmtry​

Answers

Answered by Anonymous
11

Explanation:

The body plans of most animals, including humans, exhibit mirror symmetry, also called bilateral symmetry. They are symmetric about a plane running from head to tail (or toe). Bilateral symmetry is so prevalent in the animal kingdom that many scientists think that it can't be a coincidence.

Each object is a new or different pattern with its own symmetry. Scientists regard symmetry breaking to be the process of new pattern formation. Broken symmetries are important because they help us classify unexpected changes in form. Through the process of symmetry breaking, new patterns in nature are formed.

Answered by Anonymous
2
&lt;html&gt; <br /><br />&lt;head&gt; <br /><br />&lt;style&gt; <br /><br />div { <br /><br />width: 100px; <br /><br />height: 100px; <br /><br />background-color: red; <br /><br />position: relative; <br /><br />animation-name: example; <br /><br />animation-duration: 4s; <br /><br />animation-iteration-count: 3; <br /><br />} <br /><br />@keyframes example { <br /><br />0% {background-color:red; left:0px; top:0px;} <br /><br />25% {background-color:yellow; left:200px; top:0px;} <br /><br />50% {background-color:blue; left:200px; top:200px;} <br /><br />75% {background-color:green; left:0px; top:200px;} <br /><br />100% {background-color:red; left:0px; top:0px;} <br /><br />} <br /><br />&lt;/style&gt; <br /><br />&lt;/head&gt; <br /><br />&lt;body&gt; <br /><br />&lt;p&gt;&lt;b&gt;ABHISHEK....&lt;/p&gt; <br /><br />&lt;div&gt;&lt;/div&gt; <br /><br />&lt;/body&gt; <br /><br />&lt;/html&gt;

&lt;html&gt; <br /><br />&lt;head&gt; <br /><br />&lt;style&gt; <br /><br />h1{ <br /><br />text-transform:uppercase; <br /><br />margin-top:90px; <br /><br />text-align:center; <br /><br />font-family:Courier new,monospace; <br /><br />border:3px solid rgb(60,450,500); <br /><br />border-top:none; <br /><br />width:90%; <br /><br />letter-spacing:-6px; <br /><br />box-sizing:border-box; <br /><br />padding-right:5px; <br /><br />border-radius:6px; <br /><br />font-size:35px; <br /><br />font-weight:bold; <br /><br />} <br /><br />h1 span{ <br /><br />position:relative; <br /><br />display:inline-block; <br /><br />margin-right:3px; <br /><br />} <br /><br />@keyframes shahir{ <br /><br />0% <br /><br />{ <br /><br />transform: translateY(0px) rotate(0deg); <br /><br />} <br /><br />40% <br /><br />{ <br /><br />transform: translateY(0px) rotate(0deg); <br /><br />} <br /><br />50% <br /><br />{ <br /><br />transform: translateY(-50px)rotate(180deg);; <br /><br />} <br /><br />60% <br /><br />{ <br /><br />transform: translateY(0px)rotate(360deg);; <br /><br />} <br /><br />100% <br /><br />{ <br /><br />transform: translate(0px)rotate(360deg);; <br /><br />}} <br /><br />h1 span <br /><br />{ <br /><br />animation: shahir 3s alternate infinite linear; <br /><br />} <br /><br />h1 span:nth-child(1) <br /><br />{color:lime; <br /><br />animation-delay: 0s; <br /><br />} <br /><br />h1 span:nth-child(2) <br /><br />{color:lightmaroon; <br /><br />animation-delay: 0.2s; <br /><br />} <br /><br />h1 span:nth-child(3) <br /><br />{color:red; <br /><br />animation-delay:0s; <br /><br />} <br /><br />h1 span:nth-child(4) <br /><br />{color:green; <br /><br />animation-delay: 0.4s; <br /><br />} <br /><br />h1 span:nth-child(5) <br /><br />{color:blue; <br /><br />animation-delay: 0.5s; <br /><br />} <br /><br />h1 span:nth-child(6) <br /><br />{color:purple; <br /><br />animation-delay: 0.3s;} <br /><br />&lt;/style&gt; <br /><br />&lt;meta name="viewport" content="width=device-width" &gt; <br /><br />&lt;/head&gt; <br /><br />&lt;body&gt;&lt;center&gt;&lt;div&gt;&lt;h1&gt;&lt;span&gt;A&lt;/span&gt;&lt;span&gt;B&lt;/span&gt;&lt;span&gt;H&lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt;S&lt;/span&gt;&lt;span&gt;H&lt;/span&gt;&lt;span&gt;E&lt;/span&gt;&lt;span&gt;K&lt;/span&gt; <br /><br />&lt;/h1&gt;&lt;/div&gt;&lt;/center&gt;&lt;/body&gt;&lt;/html&gt;
Similar questions