Project 2 Missing from Course Module

There is Project 1, Project 3 that I can find in the course module, but there is no project 2 in the module!!

Also, there is no section of CSS in the module.

It’s so weird.

1 Like

Yes there is no CSS Module in the course because we are providing the basic styling using inline CSS for example

<div style="color:red;">Bolt</div>

In case you want to add in more styling you can use <style> tag in the head section or even an external style sheet can be included using ( example )
<link rel="stylesheet" href="style.css">
The projects in the course have some issue in the numbering I guess not sure about it.

same here project 2 is missing.