Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.
text-shadow
<style type="text/css">
h1{
/*text-shadow: desplazamiento x, desplazamiento y, desenfoque, color*/
text-shadow: 20px 5px 5px red
}
</style>
<h1>Hola Mundo!</h1>
box-shadow
<style type="text/css">
div{
background:red;
width:500px;
height:500px;
box-shadow: 10px 50px 100px green, inset 10px 50px 100px blue;
border-radius:0px 50px 100px 150px;
}
</style>
<div></div>
Notas:
border-radius:100% hace una capa ciruclar