From e466271c6bfdebcfa128d446b65245c782acb325 Mon Sep 17 00:00:00 2001 From: Tiago Trevisani Date: Tue, 11 Oct 2022 10:05:45 -0400 Subject: [PATCH] cria o header desktop e mobile --- .DS_Store | Bin 0 -> 6148 bytes acesso/.DS_Store | Bin 0 -> 6148 bytes acesso/image/.DS_Store | Bin 0 -> 6148 bytes acesso/image/LogoM3.svg | 9 +++++++++ acesso/styles/main.css | 16 ++++++++++++++++ index.html | 22 ++++++++++++++++++++++ 6 files changed, 47 insertions(+) create mode 100644 .DS_Store create mode 100644 acesso/.DS_Store create mode 100644 acesso/image/.DS_Store create mode 100644 acesso/image/LogoM3.svg create mode 100644 acesso/styles/main.css create mode 100644 index.html diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e62c02a7f9af108be6fccf6a5e9acd834364d7a5 GIT binary patch literal 6148 zcmeHKPjAyO6o1~rmTp3-5J=n264z?9Y#>d$WL<{D0S*fSi9aeyQ?(IET$+?lR71JL z7vjcYp8$z{0zLpIuJE31q`Dm(s|op4_RoHQ?Bw?xy9NN(9>*2%QbAE)lX* zS&$X2xsJ$ajI`ehx*{7ccv^*Jz%p7u< z`u_aTw8#In4+k@Q1N(xZum&M?p$7&2#KTl{_4u?Iy~XnVmlSd}eWOV+)V`miVVV?W zvw6W*R-J2W>+ZU{>AngEViJ^LIWF4a=mqtj2$4pA+F|rG=}kKIn@1uq!zAyGWIz)4 z(B&xG_p0qG#n3b_@bc^3S*D?Pdbt^g<=T7$Xx#5^j9E#K%Yk{Gewt#&{Qu z@>Jw~)YG$X;KIlu#x$McG8sS#8KiT``hb29W|CEd6F7!L@Zk~S4o1Xg1baLefn6)h zWfV4gx-TLvrxCIhRgTc`8?`0w|B zGsyNV1D1jRiUH>Mf#1eg(r4?!%h6fOvAo7YLVlG(8G@BQj%9<6;w>yv(8j5O=xMAJ Sq6WqO5s)<4$}+H227UuVVXHd; literal 0 HcmV?d00001 diff --git a/acesso/.DS_Store b/acesso/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..332469e0f39e2cf59f97adc1c250855022b77e74 GIT binary patch literal 6148 zcmeHK!D`z;5S>k&L{2CennK&tLav6|O_^T!|P>p-a_xas@BVH`~dt=!x0uqQIujd9=x5sZ~cX4g9tId(BT7Hjz-QiQu zkbVO!50wFXEF8K6SeOB3fElPVK=*@0C3G#82KCi}jeY_kHqfjE`?_c#N-`k27E6O@ zK@lbt(S!>7#1JMN?b7I`ggSdf}LubXeTX=hV$s6N<&{ z%(p0q^+ZJ}AO#K;IL__D`~RB$!~B0p(oPCUfq$id%~p4-C10s}>*VFU*Eae+-D~!A rH?D)i5bc;4?U);H$7fNLb + + + + + + + + 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