diff --git a/assets/images/logo-m3.png b/assets/images/logo-m3.png new file mode 100644 index 0000000..6adf638 Binary files /dev/null and b/assets/images/logo-m3.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index e69de29..8030ebb 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -0,0 +1,20 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + color:#000000; +} + +.page-header { + display: flex; + justify-content: center; + padding: 29px 0; + background: #000000; +} + +.header-logo { + display: block; +} \ No newline at end of file diff --git a/landingpage.html b/landingpage.html index e69de29..5e6c8b4 100644 --- a/landingpage.html +++ b/landingpage.html @@ -0,0 +1,34 @@ + + + +
+ + + + + +