<html>
<head>
<style>
h1{
text-transform:uppercase;
margin-top:90px;
text-align:center;
font-family:Courier new,monospace;
border:3px solid rgb(60,45,8);
border-top:none;
width:67%;
letter-spacing:-6px;
box-sizing:border-box;
padding-right:5px;
border-radius:6px;
font-size:35px;
font-weight:bold;
}
h1 span{
position:relative;
display:inline-block;
margin-right:3px;
}
@keyframes shahir{
0%
{
transform: translateY(0px) rotate(0deg);
}
40%
{
transform: translateY(0px) rotate(0deg);
}
50%
{
transform: translateY(-50px)rotate(180deg);;
}
60%
{
transform: translateY(0px)rotate(360deg);;
}
100%
{
transform: translate(0px)rotate(360deg);;
}}
h1 span
{
animation: shahir 3s alternate infinite linear;
}
h1 span:nth-child(1)
{color:lime;
animation-delay: 0s;
}
h1 span:nth-child(2)
{color:lightmaroon;
animation-delay: 0.2s;
}
h1 span:nth-child(3)
{color:red;
animation-delay:0s;
}
h1 span:nth-child(4)
{color:green;
animation-delay: 0.4s;
}
h1 span:nth-child(5)
{color:blue;
animation-delay: 0.5s;
}
h1 span:nth-child(6)
{color:purple;
animation-delay: 0.3s;
}
</style>
<meta name="viewport" content="width=device-width" >
</head>
<body>
<center>
<div>
<h1>
<span>V</span>
<span>I</span>
<span>S</span>
<span>H</span>
<span>A</span>
<span>L</span>
</h1>
</div>
</center>
</body>
</html>
[/what do you mean by force and pressure.explain breifly]
Answers
Answered by
1
1. what is pressure?
Ans:- Pressure is defined as the physical force exerted on an object. The force applied is perpendicular to the surface of objects per unit area. The basic formula for pressure is F/A (Force per unit area). Unit of pressure is Pascals (Pa). Types of Pressures are Absolute, Atmospheric, Differential, and Gauge Pressure.
2. what is force?
Ans:- A force is a push or pull upon an object resulting from the object's interaction with another object. Whenever there is an interaction between two objects, there is a force upon each of the objects. When the interaction ceases, the two objects no longer experience the force. Forces only exist as a result of an interaction.
Follow me.
Similar questions