diff --git a/index.html b/index.html
new file mode 100644
index 0000000..44f5f33
--- /dev/null
+++ b/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+ Atelier Git Workflow
+
+
+
+
+ GIT WORKFLOW
+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8d3db6c
--- /dev/null
+++ b/style.css
@@ -0,0 +1,17 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+.page-heading {
+ box-sizing: border-box;
+ font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
+ font-size: 3.5rem;
+ padding: 5rem 3rem;
+ text-align: center;
+ text-rendering: optimizeLegibility;
+ color: #131313;
+ background-color: #e7e5e4;
+ letter-spacing: .15em;
+}
+