•  

    Text-shadow effect!

    HTML

    <h1>Text-shadow effect!</h1>
    

    CSS

    <style>
    h1 {
    text-shadow: 2px 2px;
    }
    </style>