# Курс HTML и CSS

🐼 Hello

<h1 class="greetting">Say "Hello, World!"</h1>
.greetting::after {
    content: '⚡️ With HTML and CSS';
}