Geography, asked by mahaksolankimahak223, 1 year ago

what is the importance of minerals ???​

Answers

Answered by Anonymous
22

1. Minerals are play important role in our life. Everything we use from a tiny ship to tower are building is made from a mineral. We use minerals in our daily life for example tooth paste its cover and brush everything is made from minerals. All living things also need minerals

2. Water and carbon dioxide are used to synthesise food during photosynthesis. ... These are absorbed through the roots as mineral ions dissolved in the soil water. Two important mineral ions needed by plants are nitrate - for making amino acids, which are needed to make proteins.

3. The minerals in our diet are essential for a variety of bodily functions. They are important for building strong bones and teeth, blood, skin, hair, nerve function, muscle and for metabolic processes such as those that turn the food we eat into energy.

4. minerals are really very important in our life as they are used in our daily purposes and we use for example iron daily we use iron almirahs etc ,......

we use aluminium, diamond etc . in our daily life we use aluminium foils that are used to pack food items etc ,. there are many examples such as these ....

5. We often hear that certain foods contain a certain amount of vitamins and minerals. Minerals are important basic building blocks for proper nutrition and health. Without them, other nutrients are unable to function properly. ... The end result; serious vitamin and mineral deficiencies.


mahaksolankimahak223: wlc
Answered by MRsteveAustiN
5

[tex]

<!DOCTYPE html>

<html lang="en">

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">

<title>Light Bulb</title>

<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">

</head>

<body>

<div class="container">

<div class="bulb" onclick="bulb_on_off();">

<div class="l-eye"></div>

<div class="r-eye"></div>

<div class="l-eye-lashes1"></div>

<div class="l-eye-lashes2"></div>

<div class="r-eye-lashes1"></div>

<div class="r-eye-lashes2"></div>

<div class="blush-container">

<div class="l-blush"></div>

<div class="r-blush"></div>

</div>

<div class="lips-happy"></div>

<div class="lips-sad"></div>

<div class="filament1"></div>

<div class="filament2"></div>

<div class="base-yellow"></div>

</div>

<div class="base">

<div class="l1"></div>

<div class="l2"></div>

</div>

</div>

<!--Footer-->

<div class="footer">

<div class="follow-me">Follow Me On Brainly</div>

</div>

</a>

</body>

<style>

body{

margin: 0;

padding: 0;

background-color: black;

-webkit-transition: 1s ease-in-out;

}

.container{

position:relative;

margin-top: 60px;

}

.bulb{

position: absolute;

background-color: #CCE8FF;

height: 250px;

width: 240px;

border-radius: 50%;

left: 0;

right: 0;

border: solid #5a2b12 5px;

margin: auto;

-webkit-transition: 1s ease-in-out;

}

.blush-container{

opacity: 0;

-webkit-transition: .5s ease-in-out;

}

.l-blush, .r-blush{

position: absolute;

top: 90px;

left: 62px;

height: 15px;

width: 25px;

background-color: hotpink;

border-radius: 50%;

z-index: 1;

}

.r-blush{

left: 152px;

}

.l-eye, .r-eye{

position: absolute;

left: 60px;

top: 50px;

background-color: #5a2b12;

height: 35px;

width: 30px;

border-radius: 50%;

}

.l-eye:after, .r-eye:after{

position: absolute;

content: "";

background-color: white;

left: 10px;

top: 3px;

height: 15px;

width: 15px;

border-radius: 50%;

z-index: 1;

}

.r-eye{

left: 150px;

}

.l-eye-lashes1, .l-eye-lashes2, .r-eye-lashes1, .r-eye-lashes2{

position: absolute;

width: 20px; height: 20px;

border-left: solid 4px #5a2b12;

top: 34px;

left: 60px;

border-radius: 6px;

-webkit-transform: rotate(-30deg);

}

.l-eye-lashes2{

left: 67px;

}

.r-eye-lashes1{

top: 42px;

left: 165px;

-webkit-transform: rotate(30deg);

}

.r-eye-lashes2{

top: 45px;

left: 171px;

-webkit-transform: rotate(30deg);

}

.lips-happy{

position: absolute;

left: 0;

right: 0;

margin: auto;

top: 115px;

width: 40px;

height: 30px;

border-bottom-right-radius: 20px;

border-bottom-left-radius: 20px;

background-color: #e60000;

border: solid #5a2b12 2px;

-webkit-transition: 0.3s ease-in-out;

opacity: 0;

}

.lips-happy:after{

position: absolute;

content: "";

background-color: white;

width: 40px;

height: 8px;

left: -2px;

top: -2px;

border: solid #5a2b12 2px;

}

.lips-sad{

position: absolute;

height: 30px;

width: 40px;

top: 120px;

left: 0;

right: 0;

margin: auto;

border-top: solid 10px #5a2b12;

border-radius: 50px;

-webkit-transition: 0.3s ease-in-out;

}

.filament1, .filament2{

position: absolute;

background-color: #5a2b12;

height: 100px;

width: 7px;

left: 0;

right: 40px;

top: 180px;

margin: auto;

border-radius: 5px;

-webkit-transform: rotate(-10deg);

z-index: 1;

}

.filament2{

right: 0;

left: 30px;

-webkit-transform: rotate(10deg);

}

.base-yellow{

position: absolute;

background-color: #CCE8FF;

width: 100px;

height: 50px;

top: 230px;

left: 0;

right: 0;

border-left: solid #5a2b12 5px;

border-right: solid #5a2b12 5px;

margin: auto;

-webkit-transition: 1s ease-in-out;

}

.base{

position: absolute;

background-color: #c8c8c8;

width: 100px;

height: 60px;

top: 280px;

left: 0;

right: 0;

border-bottom-left-radius: 10px;

border-bottom-right-radius: 10px;

margin: auto;

border: solid #5a2b12 5px;

}

.l1, .l2{

background-color: #5a2b12;

height: 5px;

margin-top: 16px;

}

.footer{

height:55px;

background-color: #ff3e51;

position: absolute;

display: flex;

align-items: center;

justify-content: center;

left:0;

right:0;

bottom: 0;

}

.follow-me{

font-family: 'Dancing Script', cursive;

font-size: 22px;

-webkit-animation:beat 1.3s linear infinite;

}

a{

text-decoration: none;

color: white;

}

@-webkit-keyframes beat {

0% {-webkit-transform: scale(0.9);}

20% {-webkit-transform: scale(0.8);}

40% {-webkit-transform: scale(1.1);}

60% {-webkit-transform: scale(0.9);}

80% {-webkit-transform: scale(1.2);}

100% {-webkit-transform: scale(0.9);}

}

</style>

</html>

[/tex]

Similar questions