TheRandomCrew / TicTacToe-JS

A Tic Tac Toe game you can play in your browser!
https://raw.githack.com/Israel-Laguan/TicTacToe-JS/24623a2bc3f0764698f32103f8b48074abf91278/index.html
Apache License 2.0
1 stars 3 forks source link

transform: scale(1.1); #16

Closed arandamerinoalberto closed 1 year ago

arandamerinoalberto commented 4 years ago

https://github.com/Israel-Laguan/TicTacToe-JS/blob/9e364a84be1f8036185a08785785756461e73c20/src/css/main.css#L54

What's its functionality?

Israel-Laguan commented 4 years ago

This tries to make the element a little bigger (a 10%, because is multiplied by 1.1). At the end, when hovered, the element is a little bit bigger.