diff --git a/assets/Logo M3 [branco] (4) 1.png b/assets/Logo M3 [branco] (4) 1.png new file mode 100644 index 0000000..894bd51 Binary files /dev/null and b/assets/Logo M3 [branco] (4) 1.png differ diff --git a/assets/Rectangle 9.png b/assets/Rectangle 9.png new file mode 100644 index 0000000..67dc789 Binary files /dev/null and b/assets/Rectangle 9.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..845b7ee --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + Landing page + + + +
+ + logo da M3 + +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..16ea192 --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} +/* header */ +header{ + background-color: black; + display: flex; + justify-content: center; +} + +header img{ + padding: 28px 0 29px 0; +} \ No newline at end of file