From 2bd9a29908cad9606b127cd2ec3565a0060eae24 Mon Sep 17 00:00:00 2001 From: zineb Date: Mon, 25 Nov 2019 14:13:06 +0100 Subject: [PATCH] D1 --- index.html | 15 +++++++++++++++ style.css | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..5a5e52b --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + + Atelier Git Workflow + + + + +

GIT WORKFLOW

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..9436a2a --- /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; + } + \ No newline at end of file