From 63313095240869d887a80c89c751245e81af1a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Salustiano=20Britos=20Morales?= <78358534+jbritosm@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:52:51 +0100 Subject: [PATCH] Add files via upload --- style.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index 2119e4f..856f106 100644 --- a/style.css +++ b/style.css @@ -1,14 +1,13 @@ -html, body { - margin: 0; - padding: 0; -} -canvas { - display: block; +#canvasElement { + transform: rotateY(180deg); + -webkit-transform: rotateY(180deg); + /* Safari and Chrome */ + -moz-transform: rotateY(180deg); + /* Firefox */ } -#canvasElement -{ - transform: rotateY(180deg); - -webkit-transform:rotateY(180deg); /* Safari and Chrome */ - -moz-transform:rotateY(180deg); /* Firefox */ -} +body { + display: flex; + align-items: center; + justify-content: center; +} \ No newline at end of file