diff --git a/index.html b/index.html new file mode 100644 index 0000000..4616e26 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + + Atividade 1 m3 + + + + + + + + \ No newline at end of file diff --git a/materiais/imagens/Logo M3 [branco]1.png b/materiais/imagens/Logo M3 [branco]1.png new file mode 100644 index 0000000..ed64203 Binary files /dev/null and b/materiais/imagens/Logo M3 [branco]1.png differ diff --git a/materiais/styles/main.css b/materiais/styles/main.css new file mode 100644 index 0000000..f02d823 --- /dev/null +++ b/materiais/styles/main.css @@ -0,0 +1,16 @@ +*{ + margin: 0; + padding: 0; +} + + +.page-header{ + display: flex; + justify-content: center; + background-color: #000000; + padding: 28px 0px 29px 0px; +} + +.header-logo{ + display: block; +}