diff --git a/README.md b/README.md index 1e3713e..7b5acf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Polydiv -### Clipping html element in random polygon with the css '[clip-path](https://developer.mozilla.org/fr/docs/Web/CSS/clip-path) ' rule. +### Clipping html element in random polygon with the css '[clip-path](https://developer.mozilla.org/fr/docs/Web/CSS/clip-path)' rule. ## how it works: diff --git a/index.html b/index.html index 40633a9..1ff5d32 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ margin: 0; padding: 0; font-family: 'Arial'; - background-color: gray; + background-color: rgb(96, 137, 143); } .wrapper { @@ -25,18 +25,24 @@ } .header { - padding: 10px 30px; + color: white; + padding: 30px; margin-bottom: 20px; + background-color: rgb(7, 67, 71); } .header .title { font-weight: bold; - font-size: 2rem; - margin-bottom: 10px; + font-size: 3rem; + margin-bottom: 20px; } .header .description { - font-size: 1.5rem; + margin-bottom: 10px; + font-size: 1.3rem; + } + a { + color: white; } .control { @@ -91,10 +97,10 @@