Это код CSS:
Код: Выделить всё
header {
background: linear-gradient(rgba(135, 80, 156, 0.9), rgba(135, 80, 156, 0.9)), url(img/hero-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
position: relative;
}
Подробнее здесь: https://stackoverflow.com/questions/646 ... ailwindcss