A simple and responsive card site built using HTML , CSS and SCSS.
- What is SCSS and How to Use it
- CSS Nesting, Mixins, Partials, and imports
- Organizing SCSS with partials (
_variables.scss,_mixins.scss,_base.scss, etc.) - Using variables and mixins for reusability
- Structuring nested selectors for better readability
- HTML5
- SCSS (Sass)
- CSS3
# 1. Clone the repository
git clone https://github.com/nikumadev/cohort-task-10.git
# 2. Navigate into the folder
cd cohort-task-10
# 3. Compile SCSS (if not already compiled)
sass style.scss style.css
# 4. Open index.html in your browser
---