mahdicodes1 / Cheesboard

A chessboard made by HTML5 and CSS3 using a divide-and-conquer algorithm.

Home Page:https://mahdicodes1.github.io/Cheesboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designing Chessboard

Banner GitHub all releases

Description

  • In this simple responsive chessboard, a divide-and-conquer algorithm has been used.
  • Chessboard is divided into four big quarters.
  • Each big quarter is divided into four small quarters with four squares.
  • CSS flex and grid have been used for aligning quarters.


Solution

Built With

HTML5   CSS3

Tools Used

Visual Studio Code

About

A chessboard made by HTML5 and CSS3 using a divide-and-conquer algorithm.

https://mahdicodes1.github.io/Cheesboard


Languages

Language:HTML 78.0%Language:CSS 22.0%