Science, asked by nareshkaushik2901, 10 months ago

can you tell me the answer

oil mixed with water
will be matched with
magnet,sieving,handpicking,evaporation,Decantation ​

Answers

Answered by sanskarvarma81
0

Answer:

Decantation is wright answer

Answered by rsultana331
0

&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;Avengers logo&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div class="logo"&gt;</p><p>	&lt;div class="circle"&gt;</p><p>		&lt;div class="a-shape"&gt;</p><p>			&lt;div class="left-shape"&gt;&lt;/div&gt;</p><p>			&lt;div class="left-shape-line"&gt;&lt;/div&gt;</p><p>			&lt;div class="center-shape"&gt;&lt;/div&gt;</p><p>			&lt;div class="center-shape-right"&gt;&lt;/div&gt;</p><p>			&lt;div class="right-shape"&gt;&lt;/div&gt;</p><p>		&lt;/div&gt;</p><p>	&lt;/div&gt;</p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>/ colors</p><p>$bg-color: linear-gradient(to bottom, #1d3461, #0b1d30);</p><p>$circle-color: #ff0017;</p><p>$logo-color: #fff;</p><p></p><p>// mixins</p><p>@mixin center {</p><p>    position: absolute;</p><p>    top: 0;</p><p>    right: 0;</p><p>    bottom: 0;</p><p>    left: 0;</p><p>    margin: auto;</p><p>}</p><p></p><p>@mixin pseudo($position: absolute, $content: "") {</p><p>    content: $content;</p><p>    position: $position;</p><p>}</p><p></p><p>html, body{</p><p>  width: 100%;</p><p>  height: 100%;</p><p>}</p><p></p><p>body{</p><p>  background: $bg-color;</p><p>  overflow: hidden;</p><p>}</p><p></p><p>.logo{</p><p>  @include center;</p><p>  width: 65vmin;</p><p>  height: 65vmin;</p><p>  border-radius: 50%;</p><p>  background: $circle-color;</p><p>  filter: drop-shadow(0 0 5vmin $circle-color);</p><p></p><p>  .circle{</p><p>    @include center;</p><p>    width: 46.4vmin;</p><p>    height: 46.4vmin;</p><p>border-radius: 50%;</p><p>    background: $circle-color;</p><p>    border: 4.5vmin solid $logo-color;</p><p></p><p>    .a-shape{</p><p>      .left-shape{</p><p>        @include center;</p><p>        z-index: 2;</p><p>        top: -8vmin;</p><p>        left: -14.3vmin;</p><p>        width: 6.6vmin;</p><p>        height: 71.6vmin;</p><p>        background: $logo-color;</p><p>        transform: rotate(26deg)skewY(-25deg);</p><p></p><p>        &amp;:before{</p><p>          @include pseudo;</p><p>          left: -1.6vmin;</p><p>          top: 6.5vmin;</p><p>          width: 1.6vmin;</p><p>          height: 55vmin;</p><p>          background: $circle-color;</p><p>        }</p><p></p><p>        &amp;:after{</p><p>          @include pseudo;</p><p>          left: 4.45vmin;</p><p>          width: 3.5vmin;</p><p>          height: 71.6vmin;</p><p>background: $logo-color;</p><p>          transform: rotate(-2.9deg) skewY(3deg);</p><p>        }</p><p>      }</p><p></p><p>      .left-shape-line{</p><p>        @include center;</p><p>        z-index: 1;</p><p>        bottom: -43vmin;</p><p>        left: -24.5vmin;</p><p>        width: 1.7vmin;</p><p>        height: 10vmin;</p><p>        background: $circle-color;</p><p>        transform: rotate(23deg);</p><p>}</p><p> .center-shape{</p><p>        @include center;</p><p>        z-index: 1;</p><p>        top: 10.75vmin;</p><p>        width: 20vmin;</p><p>        height: 8.15vmin;</p><p>        background: $logo-color;</p><p></p><p>        &amp;:before{</p><p>          @include pseudo;</p><p>          top: -1.3vmin;</p><p>          left: 10vmin;</p><p>          width: 20vmin;</p><p>          height: 1.7vmin;</p><p>          background: $circle-color;</p><p>          transform: rotate(43deg);</p><p>        }</p><p></p><p>        &amp;:after{</p><p>          @include pseudo;</p><p>          top: 8.4vmin;</p><p>          left: 10vmin;</p><p>          width: 20vmin;</p><p>          height: 1.7vmin;</p><p>          background: $circle-color;</p><p>          transform: rotate(-38deg);</p><p>        }</p><p>}</p><p>center-shape-right{</p><p>        @include center;</p><p>        z-index: 1;</p><p>        top: 10.6vmin;</p><p>        left: 19.75vmin;</p><p>        width: 0;</p><p>        height: 0;</p><p>        border-top: 8.5vmin solid transparent;</p><p>        border-bottom: 7vmin solid transparent;</p><p>        border-left: 9.2vmin solid $logo-color;</p><p></p><p>        &amp;:before{</p><p>          @include pseudo;</p><p>          width: 10vmin;</p><p>        }</p><p>      }</p><p></p><p>      .right-shape{</p><p>        @include center;</p><p>top: -20.35vmin;</p><p>        left: 18.7vmin;</p><p>        width: 8.1vmin;</p><p>        height: 52vmin;</p><p>        background: $logo-color;</p><p></p><p>        &amp;:after{</p><p>          @include pseudo;</p><p>top: 10vmin;</p><p>          left: 8.1vmin;</p><p>          width: 1.7vmin;</p><p>          height: 10vmin;</p><p>          background: $circle-color;</p><p>        }</p><p>      }</p><p>    }</p><p>  }</p><p>}</p><p></p><p>&lt;/style&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions