From 11252864de042378b9a45cd5a0c0b1a49de5419c Mon Sep 17 00:00:00 2001 From: Athenais Karametas Date: Thu, 19 Dec 2019 11:51:12 +0100 Subject: [PATCH 1/3] change style --- index.html | 2 +- style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 30ce66b..99b4765 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@
-

CSS Zen Garden

+

Coucou, c'est encore moi

The Beauty of CSS Design

diff --git a/style.css b/style.css index 99dec54..8e41c6e 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,10 @@ h1{ - color: aqua; + color: rgba(125, 58, 255, 0.8); +} + +.intro { + display: flex; + justify-content: center; + align-items: flex-end; + background-color: royalblue; } \ No newline at end of file From 9f95fafc943ddbdaaed055e98a0009ed9790abcb Mon Sep 17 00:00:00 2001 From: Athenais Karametas Date: Fri, 20 Dec 2019 09:44:02 +0100 Subject: [PATCH 2/3] change style of first div --- style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 8e41c6e..bfd9f80 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,18 @@ h1{ - color: rgba(125, 58, 255, 0.8); + color: rgba(110, 151, 226, 0.8); } -.intro { +.wrapper { + display: flex; + justify-content: center; + align-items: center; +} + +#zen-intro { display: flex; justify-content: center; align-items: flex-end; - background-color: royalblue; + background-color: rgba(25, 125, 80, 0.5); + border-radius: 1em; + padding: 1em; } \ No newline at end of file From c2e9486cd114e250176f7002e7efb737953b2a48 Mon Sep 17 00:00:00 2001 From: Athenais Karametas Date: Fri, 20 Dec 2019 09:49:38 +0100 Subject: [PATCH 3/3] change style --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index bfd9f80..5d0ea26 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ h1{ + font-size: large; color: rgba(110, 151, 226, 0.8); }