I was following a youtube tutorial on how to make a website with html and css! The html part was going great and then I went and created a style.css file and wrote some code in it when I tried to update it so it syncs with the website it gave me a error called" Code language not supported or defined." my code is very simple infact here is the code I wrote
.nav-wrapper {
display: flex;
justify-content: space-between;
}
I currently have no idea why this issue is here and I'd like to fix it since my style.css isn't syncing with my website.