Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.26 KB

Bootstrap Responsive Gaming Website

This repository is for practicing Bootstrap for a gaming website.

Attention

Ensure you enter the last four digits of your student number at the end of the forked repo name.

Description

This is the third practice session focusing on bootstrap components into the gaming website project.

Instructions

Please follow these instructions carefully:

  1. Fork this repository.

  2. Clone the forked repository to your local machine.

  3. Design the website based on the Figma design, focusing only on phase 1.

  4. Ensure the directory structure as follows:

  • assets
    • -- fonts
    • --images
  • styles
    • --bootstrap(if you are using offline version)
  • scripts
  • index.html
  • games.html
  1. Try to Use minimum pure styles and use bootstrap instead
  2. Pay attention to commented messages in the Figma design.
  3. Make the palette for default variables using :root in CSS.
  4. Copy your last projects into this directory.
  5. If you have any problem in merging you can use git push origin <your_branch_name> --force
  6. Bootstrap Document

GOOD LUCK