Força table HTML full width ou fullscreen

Ĉ¿

Para deixar a tabela HTML cheia na tela, use o comando abaixo:

        table {
            margin: auto;
            width: calc(100% - 40px);
        }

Comandos git do dia a dia

Ĉ¿ #Criando um projeto do zero echo "# UBBOAT_App" >> README.md git init git add README.md git commit -m "first commi...