diff --git a/assets/img/Logo_M3.png b/assets/img/Logo_M3.png new file mode 100644 index 0000000..b109af0 Binary files /dev/null and b/assets/img/Logo_M3.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..c077915 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,15 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} +.page-header{ + display: flex; + justify-content: center; + padding: 28px 0; + background-color: #000 ; +} + +.header-logo{ + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e6725ed --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + +
+ + + +