This is a basic web app build using HTML and CSS.
The following topics will be covered in this unit:
-
Command-line basics
-
Navigating the file tree
-
Creating, copying, and removing files and directories
-
-
HTML
-
Semantic elements, tags
-
Attributes
-
Best practices: indentation, file naming conventions and directory structure
-
-
CSS
- Order of importance
- Class, id
- Selectors
- Box model
- Display
- Positioning and floats
- Color: hexadecimal, rgb and named
- Flexbox
- Grid
-
Git & Git workflow
- git add
- git commit
- git push
- git pull
-
GitHub
- Create a repository
- Deploy to personal pages
Install my-project with npm
npm install my-project
cd my-project