From f0a9c83091b809c8e1d398b2173ad414e608953e Mon Sep 17 00:00:00 2001 From: naima najjar Date: Sat, 23 Nov 2019 15:00:16 +0100 Subject: [PATCH] ajouter fichier --- index.html | 18 ++++++++++++++++++ style.css | 17 +++++++++++++++++ 2 files changed, 35 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..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; +} +