diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..e62c02a Binary files /dev/null and b/.DS_Store differ diff --git a/acesso/.DS_Store b/acesso/.DS_Store new file mode 100644 index 0000000..332469e Binary files /dev/null and b/acesso/.DS_Store differ diff --git a/acesso/image/.DS_Store b/acesso/image/.DS_Store new file mode 100644 index 0000000..e0131d7 Binary files /dev/null and b/acesso/image/.DS_Store differ diff --git a/acesso/image/LogoM3.svg b/acesso/image/LogoM3.svg new file mode 100644 index 0000000..d0656f5 --- /dev/null +++ b/acesso/image/LogoM3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/acesso/styles/main.css b/acesso/styles/main.css new file mode 100644 index 0000000..cc7720e --- /dev/null +++ b/acesso/styles/main.css @@ -0,0 +1,16 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.page-header { + display: flex; + justify-content: center; + background: #000000; + padding: 28px; +} + +.header-logo { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..dc68eff --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + + + + M3 Landing Page + + + + + + + + + \ No newline at end of file