raravi / tictactoe

A simple Tic Tac Toe game!

Home Page:https://raravi.github.io/tictactoe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tictactoe

A simple Tic Tac Toe game!

license  last-commit

This is written to demonstrate the use of CSS custom variables and media queries.

CSS Custom Variables

Before using custom variables, the color properties (of various backgrounds, of different fonts) were spread all over the CSS file. CSS custom properties allows for a central location to be established. This helps keep the CSS dry (Don't Repeat Yourself)!

Media queries

Media Queries help a website to become responsive and present itself to the user based on the device display specifications. Smaller and a more compact version on a smaller screen? Yes, you can do that!

Feel free to fork and play around with it!

ko-fi

About

A simple Tic Tac Toe game!

https://raravi.github.io/tictactoe/

License:MIT License


Languages

Language:JavaScript 51.9%Language:CSS 24.4%Language:HTML 23.7%