<! DOCTYPE html>
<meta charset= "UTF-8" >
<TITLE>CSS3:HSL and Hsla</title>
<style type= "Text/css" >
body{
Background-color: #c8c8c8;
BACKGROUND-COLOR:HSL (0,0%,78%);
Color:white;
padding:20px;
Font-family:arial,verdana,sans-serif;}
h1{
Background-color:darkcyan;
Padding:inherit;}
h2{
Background-color: #ee3e80;
Padding:inherit;
}
p{
Background-color: #ffffff;
Background-color:hsla (0,100%,100%,0.5);
Color: #64645A;
Padding:inherit;
}
</style>
<body>
<p>almost anything can be found in seawater.
This includes dissolved materials from Earth's crust as well as materials released
From organisms. The most important components
of seawater that influence life forms is salinity,
temperature, dissolved gases (mostly oxygen and carbon dioxide),
Nutrients, and PH. These elements vary in their composition
As well as in their influence on marine life.</p>
</body>
CSS3:HSL and Hsla