advanced-css-course
advanced-css-course copied to clipboard
Starter files, final projects and FAQ for my Advanced CSS course
index.html has a few deviations from what is shown in the project overview video
On line 28 there is font-family: 5rem; should be font-size: 5rem;
In the [_form.scss](https://github.com/jonasschmedtmann/advanced-css-course/blob/master/Natours/after-S05/sass/components/_form.scss#L12), I see there is a syntax error which regarding rbga as rgba. It could be better if you correct it!
I guess you meant Natours instead of Natous
node-sass version: 4.9 when i installed and ran node-sass in vscode, terminal said that `{ "status": 3, "message": "File to read not found or unreadable: E:/learn/react-app1/src/index.scss", "formatted": "Internal Error: File...
When I compile from the terminal, it is successful. Later, when I then open the site, this is different from the previous one. On the page I only see the...
commit
Can I ask a question? In the following block display is used twice. Is it correct? I've found VS Code most of the time doesn't highlight some peculiarities like display...